diff --git a/src/Class.js b/src/Class.js index f1e2836..dba9e35 100644 --- a/src/Class.js +++ b/src/Class.js @@ -188,7 +188,6 @@ emptyFn.prototype = this.prototype; let newPrototype = new emptyFn(); emptyFn = null; - emptyFn = null; defineProperty(newPrototype, "constructor", this, true, false, true); //override .toString()