mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-28 18:00:11 +00:00
minor tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ed98d85724
commit
83a385ad0a
@ -469,8 +469,9 @@ Action.prototype.pre = function(context, args){
|
||||
})
|
||||
|
||||
// return context if nothing specific is returned...
|
||||
res = res === undefined ? context : res
|
||||
res = res === UNDEFINED ? undefined : res
|
||||
res = res === undefined ? context
|
||||
: res === UNDEFINED ? undefined
|
||||
: res
|
||||
|
||||
return {
|
||||
arguments: args,
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ig-actions",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"description": "",
|
||||
"main": "actions.js",
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user