diff --git a/actions.js b/actions.js index dc337f3..cca3cfe 100755 --- a/actions.js +++ b/actions.js @@ -1093,7 +1093,8 @@ module.MetaActions = { descriptors = descriptors || true all_attr_types = all_attr_types || false - (this.resetHandlerCache || MetaActions.resetHandlerCache).call(this) + resetHandlerCache = (this.resetHandlerCache || MetaActions.resetHandlerCache) + resetHandlerCache.call(this) if(all){ var keys = [] diff --git a/package.json b/package.json index 5ee70d0..6bdb6a5 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ig-actions", - "version": "1.5.1", + "version": "1.5.2", "description": "", "main": "actions.js", "scripts": {