some fixes and refactoring...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-11-07 07:32:31 +03:00
parent d2c710b269
commit 14a326cf40

View File

@ -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...