minor fixes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-08-03 21:46:40 +03:00
parent 890e5f5873
commit bb13399508
2 changed files with 2 additions and 2 deletions

View File

@ -712,7 +712,7 @@ module.MetaActions = {
get aliases(){ get aliases(){
var that = this var that = this
return this.actions 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... // XXX move this to the right spot...
parseStringAction: parseStringAction, parseStringAction: parseStringAction,

View File

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