From 2f17289ab6665620c52a4a69750294f892a42e81 Mon Sep 17 00:00:00 2001 From: Bootstrap's Grunt bot Date: Tue, 3 Mar 2015 21:11:15 +0000 Subject: [PATCH] automatic grunt dist --- dist/js/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(' ')