diff --git a/ui (gen4)/features/ui.js b/ui (gen4)/features/ui.js index 8ba22f12..b685a2ec 100755 --- a/ui (gen4)/features/ui.js +++ b/ui (gen4)/features/ui.js @@ -2522,6 +2522,9 @@ var makeInfoItem = function(container, cls, align, full_only){ var ImageStateIndicatorActions = actions.Actions({ + get moo(){ return 321 }, + foo: 123, + updateStateIndicators: ['- Interface/', function(gid){ gid = gid || this.current diff --git a/ui (gen4)/lib/actions.js b/ui (gen4)/lib/actions.js index b67af1d4..3554358c 100755 --- a/ui (gen4)/lib/actions.js +++ b/ui (gen4)/lib/actions.js @@ -42,7 +42,7 @@ var object = require('lib/object') // v ^ // Actions o-------x o-------x // v ^ -// Root Action o-------x +// Root Action o---|---x // // - a method, created by Action(..), // - calls all the shadowed/overloaded actions in the inheritance @@ -311,6 +311,7 @@ Action.prototype.__proto__ = Function // This will define a set of action-set specific methods and helpers. // // XXX .off(...) needs more work... +// XXX need a mechanism to publish specific attrs... var MetaActions = module.MetaActions = { // List actions... @@ -822,7 +823,7 @@ module.MetaActions = { // // This will pre-process an object to setup the action mechanics. // -// If the this and prototype both contain a .config attribute then this +// If the 'this and prototype both contain a .config attribute then this // will make set .config.__proto__ = .config // // diff --git a/ui (gen4)/lib/widget/browse.js b/ui (gen4)/lib/widget/browse.js index 58dbede9..ae8d9244 100755 --- a/ui (gen4)/lib/widget/browse.js +++ b/ui (gen4)/lib/widget/browse.js @@ -1755,8 +1755,6 @@ var BrowserPrototype = { } var path = this.path - //var txt = quoteWS(elem.find('.text').text()) - //var txt = '"'+ elem.find('.text').text() +'"' // XXX do we need qotes here??? //path.push('"'+ elem.find('.text').text() +'"') path.push(elem.find('.text').text())