mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 05:03:16 +02:00
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
This commit is contained in:
2
docs/assets/js/bootstrap.js
vendored
2
docs/assets/js/bootstrap.js
vendored
@@ -1088,7 +1088,7 @@
|
|||||||
|
|
||||||
this._options && $.each(this._options, function (key, value) {
|
this._options && $.each(this._options, function (key, value) {
|
||||||
if (defaults[key] != value) options[key] = value
|
if (defaults[key] != value) options[key] = value
|
||||||
}, this)
|
})
|
||||||
|
|
||||||
var self = $(e.currentTarget)[this.type](options).data('bs.' + this.type)
|
var self = $(e.currentTarget)[this.type](options).data('bs.' + this.type)
|
||||||
|
|
||||||
|
2
docs/assets/js/bootstrap.min.js
vendored
2
docs/assets/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -97,7 +97,7 @@
|
|||||||
|
|
||||||
this._options && $.each(this._options, function (key, value) {
|
this._options && $.each(this._options, function (key, value) {
|
||||||
if (defaults[key] != value) options[key] = value
|
if (defaults[key] != value) options[key] = value
|
||||||
}, this)
|
})
|
||||||
|
|
||||||
var self = $(e.currentTarget)[this.type](options).data('bs.' + this.type)
|
var self = $(e.currentTarget)[this.type](options).data('bs.' + this.type)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user