Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-12-03 15:33:38 +03:00
parent 71be1ccd68
commit 5264e5cd3a

View File

@ -30,6 +30,11 @@ var widgets = require('features/ui-widgets')
/*********************************************************************/ /*********************************************************************/
// //
// XXX need a way to load a collection directly...
// - reload from .location.collection
// - path syntax
// <path>:<title-selector> -- needs to be normalized
// <path>:<gid>
// XXX might be a good idea to make collection loading part of the // XXX might be a good idea to make collection loading part of the
// .load(..) protocol... // .load(..) protocol...
// ...this could be done via a url suffix, as a shorthand. // ...this could be done via a url suffix, as a shorthand.
@ -2304,7 +2309,7 @@ var FileSystemCollectionActions = actions.Actions({
// ...I think the action itself should be generic, but what this // ...I think the action itself should be generic, but what this
// specific action does is very specific to file collections... // specific action does is very specific to file collections...
// ...think of a protocol)))) // ...think of a protocol))))
unloadUnchangedCollections: ['- Collections|File/', unloadUnchangedCollections: ['Collections|File/Unload saved collections',
function(logger){ function(logger){
var that = this var that = this