mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 17:10:29 +00:00
Removing dead code
This commit is contained in:
parent
3e4945b033
commit
5ef77ae3dd
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user