mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-29 18:30:10 +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...
|
// return context if nothing specific is returned...
|
||||||
res = res === undefined ? context : res
|
res = res === undefined ? context
|
||||||
res = res === UNDEFINED ? undefined : res
|
: res === UNDEFINED ? undefined
|
||||||
|
: res
|
||||||
|
|
||||||
return {
|
return {
|
||||||
arguments: args,
|
arguments: args,
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ig-actions",
|
"name": "ig-actions",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "actions.js",
|
"main": "actions.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user