diff options
| author | Bootstrap's Grunt bot <[email protected]> | 2015-02-26 05:01:07 +0000 |
|---|---|---|
| committer | Bootstrap's Grunt bot <[email protected]> | 2015-02-26 05:01:07 +0000 |
| commit | 5debbec59f3d6c4d5c4feef9c53c0108b7b69208 (patch) | |
| tree | 7e3e8ec3c76e2f27e432af3c9c3c33eb647e8001 /dist/js/bootstrap.js | |
| parent | cac6cfcd845a33334f885a5500ab41252475f566 (diff) | |
| download | bootstrap-5debbec59f3d6c4d5c4feef9c53c0108b7b69208.tar.xz bootstrap-5debbec59f3d6c4d5c4feef9c53c0108b7b69208.zip | |
automatic grunt dist
Diffstat (limited to 'dist/js/bootstrap.js')
| -rw-r--r-- | dist/js/bootstrap.js | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js index 939d6f78f..6bc605d4b 100644 --- a/dist/js/bootstrap.js +++ b/dist/js/bootstrap.js @@ -307,10 +307,10 @@ if (typeof jQuery === 'undefined') { this.$element = $(element) this.$indicators = this.$element.find('.carousel-indicators') this.options = options - this.paused = - this.sliding = - this.interval = - this.$active = + this.paused = null + this.sliding = null + this.interval = null + this.$active = null this.$items = null this.options.keyboard && this.$element.on('keydown.bs.carousel', $.proxy(this.keydown, this)) @@ -919,7 +919,7 @@ if (typeof jQuery === 'undefined') { this.options = options this.$body = $(document.body) this.$element = $(element) - this.$backdrop = + this.$backdrop = null this.isShown = null this.scrollbarWidth = 0 @@ -1247,11 +1247,11 @@ if (typeof jQuery === 'undefined') { // =============================== var Tooltip = function (element, options) { - this.type = - this.options = - this.enabled = - this.timeout = - this.hoverState = + this.type = null + this.options = null + this.enabled = null + this.timeout = null + this.hoverState = null this.$element = null this.init('tooltip', element, options) @@ -2166,8 +2166,8 @@ if (typeof jQuery === 'undefined') { .on('click.bs.affix.data-api', $.proxy(this.checkPositionWithEventLoop, this)) this.$element = $(element) - this.affixed = - this.unpin = + this.affixed = null + this.unpin = null this.pinnedOffset = null this.checkPosition() |
