aboutsummaryrefslogtreecommitdiff
path: root/js/button.js
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-11-05 16:55:55 -0800
committerChris Rebert <[email protected]>2013-11-05 16:55:55 -0800
commitf1b0cd491c4e3a0a564d92e145c1ecf55105557f (patch)
treecab378adb044e6d8de148b8282bc8240e840c718 /js/button.js
parentd2e710a2dfb1a6b4eaccedd975b96b24baa12390 (diff)
parentf140084f2beb17b0a266b42ab9a03d0b935e5f66 (diff)
downloadbootstrap-f1b0cd491c4e3a0a564d92e145c1ecf55105557f.tar.xz
bootstrap-f1b0cd491c4e3a0a564d92e145c1ecf55105557f.zip
Merge pull request #10039 from daguej/js-refs
Don't explicitly reference global jQuery
Diffstat (limited to 'js/button.js')
-rw-r--r--js/button.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/button.js b/js/button.js
index 8a518cb0e..b4f8f3077 100644
--- a/js/button.js
+++ b/js/button.js
@@ -106,4 +106,4 @@
e.preventDefault()
})
-}(window.jQuery);
+}(jQuery);