aboutsummaryrefslogtreecommitdiff
path: root/js/bootstrap-tabs.js
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-09-18 19:05:21 -0700
committerJacob Thornton <[email protected]>2011-09-18 19:05:21 -0700
commitba6f4f03dacbf6971100fde58046d80340543c2e (patch)
tree819c8917abde1d94f382fc32d1edf68439740736 /js/bootstrap-tabs.js
parent89c5eb44911417a495275c015574b6eb715dd69c (diff)
downloadbootstrap-ba6f4f03dacbf6971100fde58046d80340543c2e.tar.xz
bootstrap-ba6f4f03dacbf6971100fde58046d80340543c2e.zip
lemme smang it giiiirl
Diffstat (limited to 'js/bootstrap-tabs.js')
-rw-r--r--js/bootstrap-tabs.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/bootstrap-tabs.js b/js/bootstrap-tabs.js
index 807b366a3..1426d30ed 100644
--- a/js/bootstrap-tabs.js
+++ b/js/bootstrap-tabs.js
@@ -18,7 +18,7 @@
* ======================================================== */
-(function( $ ){
+!function( $ ){
function activate ( element, container ) {
container.find('.active').removeClass('active')
@@ -59,4 +59,4 @@
$('body').tabs('ul[data-tabs] li > a, ul[data-pills] > li > a')
})
-})( window.jQuery || window.ender ) \ No newline at end of file
+}( window.jQuery || window.ender ) \ No newline at end of file