mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
remove 3rd arg from $.each call
This commit is contained in:
Vendored
+1
-1
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -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