mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Semi-colon
This commit is contained in:
parent
84b6020f2a
commit
14f4465b30
@ -36,7 +36,7 @@ Popupper.prototype.handleEvent = function(event) {
|
|||||||
this.rootElement.removeEventListener("click",this,true);
|
this.rootElement.removeEventListener("click",this,true);
|
||||||
this.cancel();
|
this.cancel();
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
Popupper.prototype.cancel = function() {
|
Popupper.prototype.cancel = function() {
|
||||||
if(this.popupTextRef) {
|
if(this.popupTextRef) {
|
||||||
|
Loading…
Reference in New Issue
Block a user