diff --git a/actions.js b/actions.js index cca3cfe..9d8f18c 100755 --- a/actions.js +++ b/actions.js @@ -757,7 +757,7 @@ module.MetaActions = { // handler cache... XXX EXPERIMENTAL... var cache = this.__handler_cache if(cache && cache[name]){ - return cache[name] + return cache[name].slice() } // get the handlers... diff --git a/package.json b/package.json index 6bdb6a5..abca283 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ig-actions", - "version": "1.5.2", + "version": "1.5.3", "description": "", "main": "actions.js", "scripts": {