From cd240514bfd698d8d322bab88543571f6f14bf1a Mon Sep 17 00:00:00 2001 From: Andy Harrison Date: Thu, 21 Mar 2019 15:36:59 -0400 Subject: [PATCH] Update Class.js --- src/Class.js | 1 - 1 file changed, 1 deletion(-) 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()