mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +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...
|
// setup the viewer...
|
||||||
this.nested = core.ImageGridFeatures
|
this.nested = core.ImageGridFeatures
|
||||||
|
|||||||
@ -99,7 +99,7 @@ var DrawerPrototype = {
|
|||||||
__init__: function(parent, client, options){
|
__init__: function(parent, client, options){
|
||||||
var that = this
|
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 client_dom = client.dom || client
|
||||||
var dom = this.dom
|
var dom = this.dom
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user