Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-10-13 18:01:32 +03:00
parent be5beb7962
commit 5a1202fad9

View File

@ -2159,8 +2159,11 @@ var UICollectionActions = actions.Actions({
return this.browseCollections(function(title){ this.collectMarked(title) }) })], return this.browseCollections(function(title){ this.collectMarked(title) }) })],
/*/ XXX this is not used by metadata yet... /*/ XXX this is not used by metadata yet...
// XXX might be a nice idea to define a default make(..) function
// to return JSON...
metadataSection: ['- Image/', metadataSection: ['- Image/',
function(gid, make){ function(gid, make){
// XXX
}], }],
//*/ //*/
}) })