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-modal.js | |
| parent | 89c5eb44911417a495275c015574b6eb715dd69c (diff) | |
| download | bootstrap-ba6f4f03dacbf6971100fde58046d80340543c2e.tar.xz bootstrap-ba6f4f03dacbf6971100fde58046d80340543c2e.zip | |
lemme smang it giiiirl
Diffstat (limited to 'js/bootstrap-modal.js')
| -rw-r--r-- | js/bootstrap-modal.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/bootstrap-modal.js b/js/bootstrap-modal.js index d3e293ca8..8b0ac2d02 100644 --- a/js/bootstrap-modal.js +++ b/js/bootstrap-modal.js @@ -18,7 +18,7 @@ * ========================================================= */ -(function( $ ){ +!function( $ ){ /* CSS TRANSITION SUPPORT (https://gist.github.com/373874) * ======================================================= */ @@ -228,4 +228,4 @@ }) }) -})( window.jQuery || window.ender )
\ No newline at end of file +}( window.jQuery || window.ender )
\ No newline at end of file |
