mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-28 18:00:11 +00:00
minor tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f0c6c16c32
commit
e86836d95f
@ -1543,7 +1543,7 @@ function Actions(a, b){
|
||||
}
|
||||
|
||||
// create a new action...
|
||||
var a = obj[k] = Action(k, arg)
|
||||
var a = obj[k] = new Action(k, arg)
|
||||
})
|
||||
|
||||
if(proto != null){
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ig-actions",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"description": "",
|
||||
"main": "actions.js",
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user