1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-25 17:40:29 +00:00

Removing dead code

This commit is contained in:
Jeremy Ruston 2012-10-16 23:06:53 +01:00
parent 3e4945b033
commit 5ef77ae3dd

View File

@ -25,7 +25,6 @@ var Popup = function(options) {
}; };
Popup.prototype.popup = function(stateTextRef) { Popup.prototype.popup = function(stateTextRef) {
var popupState;
this.cancel(); this.cancel();
this.popupTextRef = stateTextRef; this.popupTextRef = stateTextRef;
this.rootElement.addEventListener("click",this,true); this.rootElement.addEventListener("click",this,true);