mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +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,
|
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)...
|
// used switch experimental actions on (set to true) or off (unset or false)...
|
||||||
//a.experimental = true
|
//a.experimental = true
|
||||||
@ -1268,7 +1268,6 @@ var WidgetTestActions = actions.Actions({
|
|||||||
// synced...
|
// synced...
|
||||||
// do not do for actual data...
|
// do not do for actual data...
|
||||||
//.syncTags()
|
//.syncTags()
|
||||||
.setEmptyMsg('No images bookmarked...')
|
|
||||||
.fitImage(1)
|
.fitImage(1)
|
||||||
|
|
||||||
// link navigation...
|
// link navigation...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user