minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-10-27 18:54:17 +03:00
parent 39947ffd1f
commit f43a5cf748
2 changed files with 3 additions and 3 deletions

View File

@ -1093,7 +1093,7 @@ module.MetaActions = {
descriptors = descriptors || true descriptors = descriptors || true
all_attr_types = all_attr_types || false all_attr_types = all_attr_types || false
this.resetHandlerCache() (this.resetHandlerCache || MetaActions.resetHandlerCache).call(this)
if(all){ if(all){
var keys = [] var keys = []
@ -1173,7 +1173,7 @@ module.MetaActions = {
descriptors = descriptors || true descriptors = descriptors || true
all_attr_types = all_attr_types || false all_attr_types = all_attr_types || false
this.resetHandlerCache() (this.resetHandlerCache || MetaActions.resetHandlerCache).call(this)
if(all){ if(all){
var keys = [] var keys = []

View File

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