mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-29 10:20:09 +00:00
notes and doc...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
7f68c713fb
commit
1d22609a14
13
actions.js
13
actions.js
@ -667,6 +667,13 @@ Action.prototype.chainCall = function(context, inner){
|
|||||||
|
|
||||||
//---------------------------------------------------------------------
|
//---------------------------------------------------------------------
|
||||||
|
|
||||||
|
// Action alias constructor...
|
||||||
|
//
|
||||||
|
// This is signature compatible with Action(..) with one difference being
|
||||||
|
// that this expects the target to be a string compatible with
|
||||||
|
// .parseStringAction(..)...
|
||||||
|
//
|
||||||
|
// XXX write docs...
|
||||||
// XXX alias parsing is dependant on the action set, move this functionality
|
// XXX alias parsing is dependant on the action set, move this functionality
|
||||||
// to the ActionSet.alias(..) method/action...
|
// to the ActionSet.alias(..) method/action...
|
||||||
// XXX handle alias args and pass them to the target...
|
// XXX handle alias args and pass them to the target...
|
||||||
@ -1778,18 +1785,18 @@ object.makeConstructor('ActionSet', MetaActions)
|
|||||||
// <doc>,
|
// <doc>,
|
||||||
// <long-doc>,
|
// <long-doc>,
|
||||||
// <attrs>,
|
// <attrs>,
|
||||||
// <function>
|
// <function> | <alias-code>
|
||||||
// ],
|
// ],
|
||||||
//
|
//
|
||||||
// // short doc only...
|
// // short doc only...
|
||||||
// <name> : [
|
// <name> : [
|
||||||
// <doc>,
|
// <doc>,
|
||||||
// <function>
|
// <function> | <alias-code>
|
||||||
// ],
|
// ],
|
||||||
//
|
//
|
||||||
// // only the code...
|
// // only the code...
|
||||||
// <name> : [
|
// <name> : [
|
||||||
// <function>
|
// <function> | <alias-code>
|
||||||
// ],
|
// ],
|
||||||
// ...
|
// ...
|
||||||
// }
|
// }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user