mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-09 07:20:58 +00:00
automatic grunt dist
This commit is contained in:
parent
168297c779
commit
2f17289ab6
1 changed files with 1 additions and 1 deletions
|
|
@ -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(' ')
|
||||
|
|
|
|||
Loading…
Reference in a new issue