static-type-js
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -5,3 +5,3 @@ { | ||
"description": "Prototype inheritance and type system for js", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
@@ -29,4 +29,7 @@ (function (root, factory) { | ||
return function _superCall() { | ||
var temp = this._super, func; | ||
this._super = _super[name]; | ||
return fn.apply(this, arguments); | ||
func = fn.apply(this, arguments); | ||
this._super = temp; | ||
return func; | ||
}; | ||
@@ -33,0 +36,0 @@ } |
Sorry, the diff of this file is not supported yet
15298
5
357