Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-05-13 23:47:07 +03:00
parent 78a6beb8f4
commit f808db6a8d

View File

@ -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){