From 14f4465b308be3b30783adbc0dfc890360fe08b0 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 19 Jun 2012 16:56:29 +0100 Subject: [PATCH] Semi-colon --- core/modules/popupper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/popupper.js b/core/modules/popupper.js index 27fcf9b51..145fdb3e6 100644 --- a/core/modules/popupper.js +++ b/core/modules/popupper.js @@ -36,7 +36,7 @@ Popupper.prototype.handleEvent = function(event) { this.rootElement.removeEventListener("click",this,true); this.cancel(); } -} +}; Popupper.prototype.cancel = function() { if(this.popupTextRef) {