minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-10-10 02:42:59 +03:00
parent fca286be32
commit bb497e5492
2 changed files with 3 additions and 2 deletions

View File

@ -1867,7 +1867,8 @@ module.MetaActions = {
// NOTE: we do not care about call results here... // NOTE: we do not care about call results here...
.forEach(function(func){ .forEach(function(func){
func instanceof Function func instanceof Function
&& func.call(that, ...args) }) }, && func.call(that, ...args) })
return this },

View File

@ -1,6 +1,6 @@
{ {
"name": "ig-actions", "name": "ig-actions",
"version": "3.24.0", "version": "3.24.1",
"description": "", "description": "",
"main": "actions.js", "main": "actions.js",
"scripts": { "scripts": {