diff --git a/ui (gen4)/features/filesystem.js b/ui (gen4)/features/filesystem.js index 3c926b56..93521ee9 100755 --- a/ui (gen4)/features/filesystem.js +++ b/ui (gen4)/features/filesystem.js @@ -232,7 +232,7 @@ var FileSystemLoaderActions = actions.Actions({ // NOTE: this will not match "dot filenames", this is done // intentionally to avoid the previews MAC computers // generate all over the place... - 'image-file-pattern': '*.@(jpg|jpeg|png|svg|JPG|JPEG|PNG|svg)', + 'image-file-pattern': '*.@(jpg|jpeg|png|svg|JPG|JPEG|PNG|SVG)', 'image-file-read-stat': true, 'image-file-skip-previews': false, diff --git a/ui (gen4)/lib/widget/browse2.js b/ui (gen4)/lib/widget/browse2.js index b904e17c..5fb87656 100755 --- a/ui (gen4)/lib/widget/browse2.js +++ b/ui (gen4)/lib/widget/browse2.js @@ -438,6 +438,9 @@ object.mixinFlat(function(){}, { // this.batch(...args)) } //List: function(values){}, + // XXX actions: + // - add/remove + // - place EditableList: function(values){}, EditablePinnedList: function(values){},