diff options
| author | Chris Rebert <[email protected]> | 2013-11-05 16:58:18 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-11-05 16:58:18 -0800 |
| commit | 89d489dfc701273b1898b69bde04cf5eb58b9f85 (patch) | |
| tree | 269618f2ec2317eed807b74ca1736786bffbfefb /dist/js/bootstrap.js | |
| parent | f1b0cd491c4e3a0a564d92e145c1ecf55105557f (diff) | |
| download | bootstrap-89d489dfc701273b1898b69bde04cf5eb58b9f85.tar.xz bootstrap-89d489dfc701273b1898b69bde04cf5eb58b9f85.zip | |
re-grunt
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 3b05bb9f7..10d7c7d4c 100644 --- a/dist/js/bootstrap.js +++ b/dist/js/bootstrap.js @@ -63,7 +63,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery" $.support.transition = transitionEnd() }) -}(window.jQuery); +}(jQuery); /* ======================================================================== * Bootstrap: alert.js v3.0.1 @@ -162,7 +162,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery" $(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close) -}(window.jQuery); +}(jQuery); /* ======================================================================== * Bootstrap: button.js v3.0.1 @@ -272,7 +272,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery" e.preventDefault() }) -}(window.jQuery); +}(jQuery); /* ======================================================================== * Bootstrap: carousel.js v3.0.1 @@ -490,7 +490,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery" }) }) -}(window.jQuery); +}(jQuery); /* ======================================================================== * Bootstrap: collapse.js v3.0.1 @@ -670,7 +670,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery" $target.collapse(option) }) -}(window.jQuery); +}(jQuery); /* ======================================================================== * Bootstrap: dropdown.js v3.0.1 @@ -825,7 +825,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery" .on('click.bs.dropdown.data-api' , toggle, Dropdown.prototype.toggle) .on('keydown.bs.dropdown.data-api', toggle + ', [role=menu]' , Dropdown.prototype.keydown) -}(window.jQuery); +}(jQuery); /* ======================================================================== * Bootstrap: modal.js v3.0.1 @@ -1072,7 +1072,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery" .on('show.bs.modal', '.modal', function () { $(document.body).addClass('modal-open') }) .on('hidden.bs.modal', '.modal', function () { $(document.body).removeClass('modal-open') }) -}(window.jQuery); +}(jQuery); /* ======================================================================== * Bootstrap: tooltip.js v3.0.1 @@ -1459,7 +1459,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery" return this } -}(window.jQuery); +}(jQuery); /* ======================================================================== * Bootstrap: popover.js v3.0.1 @@ -1577,7 +1577,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery" return this } -}(window.jQuery); +}(jQuery); /* ======================================================================== * Bootstrap: scrollspy.js v3.0.1 @@ -1736,7 +1736,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery" }) }) -}(window.jQuery); +}(jQuery); /* ======================================================================== * Bootstrap: tab.js v3.0.1 @@ -1872,7 +1872,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery" $(this).tab('show') }) -}(window.jQuery); +}(jQuery); /* ======================================================================== * Bootstrap: affix.js v3.0.1 @@ -1999,4 +1999,4 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery" }) }) -}(window.jQuery); +}(jQuery); |
