From bb1339950873dff7ae6ca1e1d51ef83a111a32f9 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 3 Aug 2017 21:46:40 +0300 Subject: [PATCH] minor fixes... 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 a3c622b..25af44f 100755 --- a/actions.js +++ b/actions.js @@ -712,7 +712,7 @@ module.MetaActions = { get aliases(){ var that = this return this.actions - .filter(function(n){ return that[name] instanceof Alias }) }, + .filter(function(n){ return that[n] instanceof Alias }) }, // XXX move this to the right spot... parseStringAction: parseStringAction, diff --git a/package.json b/package.json index 3016a66..4b5809e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ig-actions", - "version": "3.3.2", + "version": "3.3.3", "description": "", "main": "actions.js", "scripts": {