From: Chris Rebert Date: Tue, 3 Mar 2015 21:06:25 +0000 (-0800) Subject: rm semicolon for sake of fat's eccentric tastes X-Git-Tag: v3.3.4~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=168297c7791497c2b1a29c001799236d7ee77517;p=thirdparty%2Fbootstrap.git rm semicolon for sake of fat's eccentric tastes Erratum from #15496 --- 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(' ')