From 5ef77ae3dd33508a586c397f68869697d21e2545 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 16 Oct 2012 23:06:53 +0100 Subject: [PATCH] Removing dead code --- core/modules/utils/dom/popup.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/modules/utils/dom/popup.js b/core/modules/utils/dom/popup.js index 56e7c694e..8c8f142e8 100644 --- a/core/modules/utils/dom/popup.js +++ b/core/modules/utils/dom/popup.js @@ -25,7 +25,6 @@ var Popup = function(options) { }; Popup.prototype.popup = function(stateTextRef) { - var popupState; this.cancel(); this.popupTextRef = stateTextRef; this.rootElement.addEventListener("click",this,true);