mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-28 09:50:10 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
fca286be32
commit
bb497e5492
@ -1867,7 +1867,8 @@ module.MetaActions = {
|
||||
// NOTE: we do not care about call results here...
|
||||
.forEach(function(func){
|
||||
func instanceof Function
|
||||
&& func.call(that, ...args) }) },
|
||||
&& func.call(that, ...args) })
|
||||
return this },
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ig-actions",
|
||||
"version": "3.24.0",
|
||||
"version": "3.24.1",
|
||||
"description": "",
|
||||
"main": "actions.js",
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user