1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Semi-colon

This commit is contained in:
Jeremy Ruston 2012-06-19 16:56:29 +01:00
parent 84b6020f2a
commit 14f4465b30

View File

@ -36,7 +36,7 @@ Popupper.prototype.handleEvent = function(event) {
this.rootElement.removeEventListener("click",this,true);
this.cancel();
}
}
};
Popupper.prototype.cancel = function() {
if(this.popupTextRef) {