mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
some minor tweaks and fixes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
586467f157
commit
53fa09caf4
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user