diff options
| author | Jacob Thornton <[email protected]> | 2011-09-18 19:05:21 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-18 19:05:21 -0700 |
| commit | ba6f4f03dacbf6971100fde58046d80340543c2e (patch) | |
| tree | 819c8917abde1d94f382fc32d1edf68439740736 /js/bootstrap-tabs.js | |
| parent | 89c5eb44911417a495275c015574b6eb715dd69c (diff) | |
| download | bootstrap-ba6f4f03dacbf6971100fde58046d80340543c2e.tar.xz bootstrap-ba6f4f03dacbf6971100fde58046d80340543c2e.zip | |
lemme smang it giiiirl
Diffstat (limited to 'js/bootstrap-tabs.js')
| -rw-r--r-- | js/bootstrap-tabs.js | 4 |
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 |
