minor bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-10-30 04:21:31 +03:00
parent 3aa4dd52f1
commit c4c82b65a9
2 changed files with 2 additions and 2 deletions

View File

@ -757,7 +757,7 @@ module.MetaActions = {
// handler cache... XXX EXPERIMENTAL... // handler cache... XXX EXPERIMENTAL...
var cache = this.__handler_cache var cache = this.__handler_cache
if(cache && cache[name]){ if(cache && cache[name]){
return cache[name] return cache[name].slice()
} }
// get the handlers... // get the handlers...

View File

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