Semi-colon

This commit is contained in:
Jeremy Ruston 2012-06-19 16:56:29 +01:00
parent 84b6020f2a
commit 14f4465b30
1 changed files with 1 additions and 1 deletions

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) {