minor doc fixups...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2015-07-29 15:22:49 +03:00
parent 092827760d
commit bff54a536b

View File

@ -159,7 +159,7 @@ if(typeof(args2array) != 'function'){
// will be fired. // will be fired.
// //
// - an action will return the deepest (root) action's return, if that // - 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 // NOTE: of the root handler is instance of Toggler (jli) and the action
// is called with '?' as argument, then the toggler will be called // 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 <prototype> is not given, MetaActions will be used as default. // NOTE: if <prototype> is not given, MetaActions will be used as default.
// //
// For more documentation see: Action(..). // For more documentation see: Action(..).