diff options
| author | Jacob Thornton <[email protected]> | 2011-12-21 17:38:05 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-12-21 17:38:05 -0800 |
| commit | 6d5b5065176a9e46ce71ec5fc16ae4a079e9e636 (patch) | |
| tree | 967bc54b6517b3858cadbfeb5084ccf818423ed7 /js | |
| parent | a5a98a8a984512011dac1216b432b86c6eff96a4 (diff) | |
| download | bootstrap-6d5b5065176a9e46ce71ec5fc16ae4a079e9e636.tar.xz bootstrap-6d5b5065176a9e46ce71ec5fc16ae4a079e9e636.zip | |
minor cleanups
Diffstat (limited to 'js')
| -rw-r--r-- | js/bootstrap-collapse.js | 4 | ||||
| -rw-r--r-- | js/bootstrap-transition.js | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/js/bootstrap-collapse.js b/js/bootstrap-collapse.js index 313c0abca..9301c7309 100644 --- a/js/bootstrap-collapse.js +++ b/js/bootstrap-collapse.js @@ -17,7 +17,7 @@ * limitations under the License. * ============================================================ */ -(function( $ ){ +!function( $ ){ "use strict" @@ -132,4 +132,4 @@ }) }) -})( window.jQuery )
\ No newline at end of file +}( window.jQuery )
\ No newline at end of file diff --git a/js/bootstrap-transition.js b/js/bootstrap-transition.js index 25f8b111f..29fa1bdeb 100644 --- a/js/bootstrap-transition.js +++ b/js/bootstrap-transition.js @@ -19,6 +19,8 @@ $(function () { + "use strict" + /* CSS TRANSITION SUPPORT (https://gist.github.com/373874) * ======================================================= */ |
