diff --git a/ui (gen4)/features/collections.js b/ui (gen4)/features/collections.js index e4449a7b..1c060d5c 100755 --- a/ui (gen4)/features/collections.js +++ b/ui (gen4)/features/collections.js @@ -2596,13 +2596,21 @@ var UICollectionActions = actions.Actions({ //*/ - // XXX experementing... + /*/ XXX experementing... + // would be nice to: + // - have an action accessible withing the action menu and standalone + // - topology: + // / + // : + // ... + // ... + // - creating a collection should open its options... + // collectionsList: ['Collections/Collections list/*', function(path, make){ - console.log('>>>', path) - make.EditableList(this.collection_order) }], + //*/ }) var UICollection = diff --git a/ui (gen4)/features/examples.js b/ui (gen4)/features/examples.js index c425ad59..eff38832 100755 --- a/ui (gen4)/features/examples.js +++ b/ui (gen4)/features/examples.js @@ -816,5 +816,6 @@ core.ImageGridFeatures.Feature('examples', [ + /********************************************************************** * vim:set ts=4 sw=4 : */ return module })