diff options
Diffstat (limited to 'js/carousel.js')
| -rw-r--r-- | js/carousel.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/js/carousel.js b/js/carousel.js index e0d74f81f..f1d035e9a 100644 --- a/js/carousel.js +++ b/js/carousel.js @@ -1,7 +1,7 @@ -/* ========================================================== +/* ======================================================================== * Bootstrap: carousel.js v3.0.0 * http://twitter.github.com/bootstrap/javascript.html#carousel - * ========================================================== + * ======================================================================== * Copyright 2012 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -15,10 +15,10 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * ========================================================== */ + * ======================================================================== */ -!function ($) { "use strict"; ++function ($) { "use strict"; // CAROUSEL CLASS DEFINITION // ========================= |
