diff options
| author | Jacob Thornton <[email protected]> | 2012-03-24 18:59:04 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-03-24 18:59:04 -0700 |
| commit | f02d017ffa2f63609db034410979f62fde328816 (patch) | |
| tree | ea74ef966815a8d19408f4b263636cce6593fe39 /js/bootstrap-carousel.js | |
| parent | 6dc59a9c3e0facab3abed7cb66d90c2316530014 (diff) | |
| download | bootstrap-f02d017ffa2f63609db034410979f62fde328816.tar.xz bootstrap-f02d017ffa2f63609db034410979f62fde328816.zip | |
return matcher value directly + cleanup first lines of files
Diffstat (limited to 'js/bootstrap-carousel.js')
| -rw-r--r-- | js/bootstrap-carousel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-carousel.js b/js/bootstrap-carousel.js index 8ce7418d2..0c8c5a202 100644 --- a/js/bootstrap-carousel.js +++ b/js/bootstrap-carousel.js @@ -18,7 +18,7 @@ * ========================================================== */ -!function( $ ){ +!function ( $ ) { "use strict" |
