Comparing version 0.0.3 to 0.0.4
@@ -10,6 +10,6 @@ var extend = require('./extend'); | ||
call: function (obj) { | ||
return this.constructor.call.apply(obj, arguments); | ||
return this.constructor.call.apply(this.constructor, arguments); | ||
}, | ||
apply: function (obj) { | ||
return this.constructor.apply.apply(obj, arguments); | ||
return this.constructor.apply.apply(this.constructor, arguments); | ||
} | ||
@@ -16,0 +16,0 @@ }; |
{ | ||
"name": "obstruct", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Object > Constructor", | ||
@@ -5,0 +5,0 @@ "main": "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
3386