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-dropdown.js | |
| parent | 89c5eb44911417a495275c015574b6eb715dd69c (diff) | |
| download | bootstrap-ba6f4f03dacbf6971100fde58046d80340543c2e.tar.xz bootstrap-ba6f4f03dacbf6971100fde58046d80340543c2e.zip | |
lemme smang it giiiirl
Diffstat (limited to 'js/bootstrap-dropdown.js')
| -rw-r--r-- | js/bootstrap-dropdown.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/bootstrap-dropdown.js b/js/bootstrap-dropdown.js index ca2daf1f5..6c2f70301 100644 --- a/js/bootstrap-dropdown.js +++ b/js/bootstrap-dropdown.js @@ -18,7 +18,7 @@ * ============================================================ */ -(function( $ ){ +!function( $ ){ var d = 'a.menu, .dropdown-toggle' @@ -47,4 +47,4 @@ }) } -})( window.jQuery || window.ender )
\ No newline at end of file +}( window.jQuery || window.ender )
\ No newline at end of file |
