]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
rm semicolon for sake of fat's eccentric tastes
authorChris Rebert <code@rebertia.com>
Tue, 3 Mar 2015 21:06:25 +0000 (13:06 -0800)
committerChris Rebert <code@rebertia.com>
Tue, 3 Mar 2015 21:06:32 +0000 (13:06 -0800)
Erratum from #15496

js/tooltip.js

index 7f89a37ac8efc8accfa3036d4745608084767d05..6d7f6ccbe7c66c02003ed63a9c5b95899e55d88c 100644 (file)
@@ -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(' ')