Comparing version 0.0.13 to 0.0.14
@@ -432,3 +432,5 @@ /* | ||
ff.cb = function (fn) { | ||
fn._ffMethod = 'cb'; | ||
if (fn) { | ||
fn._ffMethod = 'cb'; | ||
} | ||
return fn; | ||
@@ -438,3 +440,5 @@ } | ||
ff.error = function (fn) { | ||
fn._ffMethod = 'error'; | ||
if (fn) { | ||
fn._ffMethod = 'error'; | ||
} | ||
return fn; | ||
@@ -444,5 +448,7 @@ } | ||
ff.success = function (fn) { | ||
fn._ffMethod = 'success'; | ||
if (fn) { | ||
fn._ffMethod = 'success'; | ||
} | ||
return fn; | ||
} | ||
{ | ||
"name": "ff", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Concise, Powerful Asynchronous Flow Control in JavaScript", | ||
@@ -5,0 +5,0 @@ "engine": [ "node >=0.2.0" ], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31281
672