From 7b267aa5bccafb44b3bf4509e4563dcf699f1bc2 Mon Sep 17 00:00:00 2001 From: Nathan Dinsmore Date: Thu, 17 Mar 2016 14:07:27 -0400 Subject: [PATCH] Remove Stage::cloneCount (why was it there in the first place?) --- phosphorus.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/phosphorus.js b/phosphorus.js index 3a144861..4d272603 100644 --- a/phosphorus.js +++ b/phosphorus.js @@ -847,7 +847,6 @@ var P = (function() { this.baseNow = 0; this.baseTime = 0; this.timerStart = 0; - this.cloneCount = 0; this.keys = {}; this.rawMouseX = 0; @@ -1155,7 +1154,6 @@ var P = (function() { this.children.splice(i, 1); } } - this.cloneCount = 0; }; Stage.prototype.getObject = function(name) {