Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/dist/js
diff options
context:
space:
mode:
authorBootstrap's Grunt bot <twbs-grunt@users.noreply.github.com>2015-03-04 00:11:15 +0300
committerBootstrap's Grunt bot <twbs-grunt@users.noreply.github.com>2015-03-04 00:11:15 +0300
commit2f17289ab6665620c52a4a69750294f892a42e81 (patch)
treefc0a3c6adcbd4db5365d4f03cd8a57a4bed894e9 /dist/js
parent168297c7791497c2b1a29c001799236d7ee77517 (diff)
automatic grunt dist
Diffstat (limited to 'dist/js')
-rw-r--r--dist/js/bootstrap.js2
1 files changed, 1 insertions, 1 deletions
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(' ')