minor tweak...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-02-18 06:58:49 +03:00
parent f0c6c16c32
commit e86836d95f
2 changed files with 2 additions and 2 deletions

View File

@ -1543,7 +1543,7 @@ function Actions(a, b){
} }
// create a new action... // create a new action...
var a = obj[k] = Action(k, arg) var a = obj[k] = new Action(k, arg)
}) })
if(proto != null){ if(proto != null){

View File

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