Skip to content

Commit

Permalink
Update Class.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wizard04wsu authored Mar 21, 2019
1 parent 0052265 commit cd24051
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Class.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit cd24051

Please sign in to comment.