diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js index 7e4792c6ab..b20e9bc98f 100644 --- a/dist/js/bootstrap.js +++ b/dist/js/bootstrap.js @@ -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(' ')