From 168297c7791497c2b1a29c001799236d7ee77517 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 3 Mar 2015 13:06:25 -0800 Subject: [PATCH] rm semicolon for sake of fat's eccentric tastes Erratum from #15496 --- js/tooltip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/tooltip.js b/js/tooltip.js index 7f89a37ac8..6d7f6ccbe7 100644 --- a/js/tooltip.js +++ b/js/tooltip.js @@ -53,7 +53,7 @@ this.$viewport = this.options.viewport && $(this.options.viewport.selector || this.options.viewport) if (this.$element[0] instanceof document.constructor && !this.options.selector) { - throw new Error('`selector` option must be specified when initializing ' + this.type + ' on the window.document object!'); + throw new Error('`selector` option must be specified when initializing ' + this.type + ' on the window.document object!') } var triggers = this.options.trigger.split(' ')