Comparing version 0.0.10 to 0.1.0
@@ -21,12 +21,7 @@ var structr = require("structr"), | ||
"then": function (fn) { | ||
this._onError = fn; | ||
this._onSuccess = fn; | ||
return this; | ||
}, | ||
/** | ||
*/ | ||
if (this.errors.length) { | ||
return fn(this.errors.unshift()) | ||
} | ||
"onError": function(fn) { | ||
this._onError = fn; | ||
return this; | ||
@@ -38,10 +33,2 @@ }, | ||
"onSuccess": function(fn) { | ||
this._onSuccess = fn; | ||
return this; | ||
}, | ||
/** | ||
*/ | ||
"has": function() { | ||
@@ -48,0 +35,0 @@ |
{ | ||
"name": "verify", | ||
"version": "0.0.10", | ||
"version": "0.1.0", | ||
"description": "```javascript", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
10940
405