mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-25 17:40: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) {
|
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user