From bff54a536b79ca60dbe647c6ae73e6b5f901f1c8 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 29 Jul 2015 15:22:49 +0300 Subject: [PATCH] minor doc fixups... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/actions.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui (gen4)/lib/actions.js b/ui (gen4)/lib/actions.js index 551ca859..54c1fd00 100755 --- a/ui (gen4)/lib/actions.js +++ b/ui (gen4)/lib/actions.js @@ -159,7 +159,7 @@ if(typeof(args2array) != 'function'){ // will be fired. // // - an action will return the deepest (root) action's return, if that -// returns is undefined, then the action set is returned instead. +// return is undefined, then the action set is returned instead. // // NOTE: of the root handler is instance of Toggler (jli) and the action // is called with '?' as argument, then the toggler will be called @@ -724,6 +724,7 @@ module.MetaActions = { // } // // +// NOTE: the action function is always last. // NOTE: if is not given, MetaActions will be used as default. // // For more documentation see: Action(..).