mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-04 20:08:02 +00:00
Removing dead code
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user