mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-28 18:00:11 +00:00
minor fixes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
890e5f5873
commit
bb13399508
@ -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,
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ig-actions",
|
||||
"version": "3.3.2",
|
||||
"version": "3.3.3",
|
||||
"description": "",
|
||||
"main": "actions.js",
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user