mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
some fixes and refactoring...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d2c710b269
commit
14a326cf40
@ -1238,9 +1238,9 @@ var WidgetTestActions = actions.Actions({
|
||||
focusable: true,
|
||||
})
|
||||
|
||||
var data = this.data.crop(a.data.getTaggedByAll(tag), true)
|
||||
var data = this.data.crop(this.data.getTaggedByAll(tag), true)
|
||||
|
||||
var b = actions.Actions()
|
||||
var b = new core.ImageGrid()
|
||||
|
||||
// used switch experimental actions on (set to true) or off (unset or false)...
|
||||
//a.experimental = true
|
||||
@ -1268,7 +1268,6 @@ var WidgetTestActions = actions.Actions({
|
||||
// synced...
|
||||
// do not do for actual data...
|
||||
//.syncTags()
|
||||
.setEmptyMsg('No images bookmarked...')
|
||||
.fitImage(1)
|
||||
|
||||
// link navigation...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user