]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
automatic grunt dist
authorBootstrap's Grunt bot <twbs-grunt@users.noreply.github.com>
Tue, 3 Mar 2015 21:11:15 +0000 (21:11 +0000)
committerBootstrap's Grunt bot <twbs-grunt@users.noreply.github.com>
Tue, 3 Mar 2015 21:11:15 +0000 (21:11 +0000)
dist/js/bootstrap.js

index 7e4792c6ab728c3a6dcd7bfe4adb66cf49218f18..b20e9bc98f0d6301ab9c5a36eb0c2c25f892f0ac 100644 (file)
@@ -1295,7 +1295,7 @@ if (typeof jQuery === 'undefined') {
     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(' ')