Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-02-13 06:19:06 +03:00
parent 3c098e2bfd
commit b8efca35ae

View File

@ -79,6 +79,11 @@ var ImageStateIndicatorActions = actions.Actions({
// ... // ...
// } // }
// //
// Supported actions:
// - make
// - update
// - remove
//
// NOTE: built-in handlers can be overloaded by user. // NOTE: built-in handlers can be overloaded by user.
// NOTE: alias loops are ignored. // NOTE: alias loops are ignored.
// //
@ -172,6 +177,7 @@ var ImageStateIndicatorActions = actions.Actions({
bookmark: 'mark', bookmark: 'mark',
}, },
// XXX should this be a toggler???
updateStateIndicators: ['- Interface/', updateStateIndicators: ['- Interface/',
function(gid){ function(gid){
gid = gid || this.current gid = gid || this.current