diff options
| author | Bootstrap's Grunt bot <[email protected]> | 2015-03-03 21:11:15 +0000 |
|---|---|---|
| committer | Bootstrap's Grunt bot <[email protected]> | 2015-03-03 21:11:15 +0000 |
| commit | 2f17289ab6665620c52a4a69750294f892a42e81 (patch) | |
| tree | fc0a3c6adcbd4db5365d4f03cd8a57a4bed894e9 | |
| parent | 168297c7791497c2b1a29c001799236d7ee77517 (diff) | |
| download | bootstrap-2f17289ab6665620c52a4a69750294f892a42e81.tar.xz bootstrap-2f17289ab6665620c52a4a69750294f892a42e81.zip | |
automatic grunt dist
| -rw-r--r-- | dist/js/bootstrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js index 7e4792c6a..b20e9bc98 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(' ') |
