diff options
Diffstat (limited to 'docs/assets/js/bootstrap.js')
| -rw-r--r-- | docs/assets/js/bootstrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/bootstrap.js b/docs/assets/js/bootstrap.js index a24db7b48..f19a123a4 100644 --- a/docs/assets/js/bootstrap.js +++ b/docs/assets/js/bootstrap.js @@ -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) |
