From f808db6a8d74ed307fb4d82feef68a79eaccab48 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 13 May 2017 23:47:07 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- actions.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/actions.js b/actions.js index fc24dc6..77789ab 100755 --- a/actions.js +++ b/actions.js @@ -1381,6 +1381,9 @@ module.MetaActions = { // Run a function in the context of the action set... // + // This will return 'this' if func returns undefined, otherwise func + // return value is returned. + // // This is here simply as a utility function, to enable running code // in a concatinative manner without interruption... run: function(func){