1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 16:44:17 +02:00

remove 3rd arg from $.each call

This commit is contained in:
fat
2013-05-22 15:18:30 -07:00
parent 7cbec6e89a
commit e7b4fedee8
3 changed files with 3 additions and 3 deletions

View File

@@ -1088,7 +1088,7 @@
this._options && $.each(this._options, function (key, value) {
if (defaults[key] != value) options[key] = value
}, this)
})
var self = $(e.currentTarget)[this.type](options).data('bs.' + this.type)

File diff suppressed because one or more lines are too long

View File

@@ -97,7 +97,7 @@
this._options && $.each(this._options, function (key, value) {
if (defaults[key] != value) options[key] = value
}, this)
})
var self = $(e.currentTarget)[this.type](options).data('bs.' + this.type)