minor cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-02-12 04:39:12 +03:00
parent 99167e4500
commit b89fd2e8ac
2 changed files with 1 additions and 2 deletions

View File

@ -84,8 +84,6 @@ module.Metadata = core.ImageGridFeatures.Feature({
// XXX add Metadata writer... // XXX add Metadata writer...
// XXX store metadata in a JSON format -- currently exiftool returns an
// Array with attributes, make it an object...
var MetadataReaderActions = actions.Actions({ var MetadataReaderActions = actions.Actions({
// XXX should this be sync??? // XXX should this be sync???
// XXX add support to taskqueue... // XXX add support to taskqueue...

View File

@ -90,6 +90,7 @@ var ImageStateIndicatorActions = actions.Actions({
'global-state-indicator-mode': null, 'global-state-indicator-mode': null,
}, },
// XXX TESTING...
get moo(){ return 321 }, get moo(){ return 321 },
foo: 123, foo: 123,