angular-es-utils
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -37,8 +37,3 @@ /** | ||
value: function reject(value) { | ||
try { | ||
this._reject.call(this.promise, value); | ||
} catch (e) { | ||
console.warn(e); | ||
} | ||
this._reject.call(this.promise, value); | ||
} | ||
@@ -45,0 +40,0 @@ }]); |
{ | ||
"name": "angular-es-utils", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "es utils design for angular1.x", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -23,10 +23,5 @@ /** | ||
reject(value) { | ||
try { | ||
this._reject.call(this.promise, value); | ||
} catch (e) { | ||
console.warn(e); | ||
} | ||
this._reject.call(this.promise, value); | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
69134
418