some minor tweaks and fixes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-01-15 02:32:35 +03:00
parent 586467f157
commit 53fa09caf4
2 changed files with 2 additions and 2 deletions

View File

@ -729,7 +729,7 @@ var ExampleUIActions = actions.Actions({
})
var data = this.data.crop(this.data.getTaggedByAll(tag), true)
var data = this.data.crop(this.data.tagQuery(tag), true)
// setup the viewer...
this.nested = core.ImageGridFeatures

View File

@ -99,7 +99,7 @@ var DrawerPrototype = {
__init__: function(parent, client, options){
var that = this
object.superMethod(Drawer, '__init__').call(this, parent, client, options)
object.parent(DrawerPrototype.__init__, this).call(this, parent, client, options)
var client_dom = client.dom || client
var dom = this.dom