Comparing version 0.3.0-beta-8 to 0.3.0-beta-9
@@ -127,4 +127,4 @@ // Generated by CoffeeScript 1.9.3 | ||
return function(key) { | ||
var base; | ||
return typeof (base = _this._instances[key]).__amendShutdown === "function" ? base.__amendShutdown() : void 0; | ||
var ref; | ||
return (ref = _this._instances[key]) != null ? typeof ref.__amendShutdown === "function" ? ref.__amendShutdown() : void 0 : void 0; | ||
}; | ||
@@ -131,0 +131,0 @@ })(this)); |
{ | ||
"name": "amend", | ||
"version": "0.3.0-beta-8", | ||
"version": "0.3.0-beta-9", | ||
"description": "Dependency injection module and IoC container.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
23193