mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ddb0c821ef
commit
fdb75bf3f7
@ -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
|
||||
|
||||
@ -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 <actions>.config.__proto__ = <prototype>.config
|
||||
//
|
||||
//
|
||||
|
||||
@ -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())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user