diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index 0d835156..926ef35c 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -1026,7 +1026,6 @@ browse.items.makeSubContext = function(name, obj){ return this[name] } -// XXX EXPERIMENT... // // .field(title[, options]) // .field(title, value[, options]) @@ -1036,6 +1035,7 @@ browse.items.makeSubContext = function(name, obj){ // later is needed to provide context for field items and a transparent // fallback for make(..) calls from within their context... // +// // XXX Q: should we add an ImageGrid context to make(..)??? // ...something like .app for making it generic-ish for example... // ....a different approach to this would be to create a list editor