From 1d22609a14ac953d535e3be05ca6a29d61b3fa8a Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 4 Aug 2017 04:14:17 +0300 Subject: [PATCH] notes and doc... Signed-off-by: Alex A. Naanou --- actions.js | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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... // : [ -// +// | // ], // ... // }