From c4c82b65a9307c5539b72de6b64abe54fb473a35 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 30 Oct 2016 04:21:31 +0300 Subject: [PATCH] minor bugfix... Signed-off-by: Alex A. Naanou --- actions.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {