diff --git a/actions.js b/actions.js index 1d1c456..3bf35f2 100755 --- a/actions.js +++ b/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 // to the ActionSet.alias(..) method/action... // XXX handle alias args and pass them to the target... @@ -1778,18 +1785,18 @@ object.makeConstructor('ActionSet', MetaActions) // , // , // , -// +// | // ], // // // short doc only... // : [ // , -// +// | // ], // // // only the code... // : [ -// +// | // ], // ... // }