mirror of
https://github.com/flynx/actions.js.git
synced 2025-12-21 10:31:39 +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...
|
// 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 },
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user