1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

Fixes #6190: Add print utility classes

This commit is contained in:
Mark Otto
2013-02-05 22:17:28 -08:00
parent 6a9cd513c0
commit 0fe9148b91
6 changed files with 32 additions and 9 deletions

View File

@@ -67,7 +67,7 @@
}
, getOptions: function (options) {
options = $.extend({}, $.fn[this.type].defaults, options, this.$element.data())
options = $.extend({}, $.fn[this.type].defaults, this.$element.data(), options)
if (options.delay && typeof options.delay == 'number') {
options.delay = {