diff --git a/js/affix.js b/js/affix.js index b4ae3b8510..e3cb6a2a8b 100644 --- a/js/affix.js +++ b/js/affix.js @@ -7,7 +7,8 @@ * ======================================================================== */ -+function ($) { 'use strict'; ++function ($) { + 'use strict'; // AFFIX CLASS DEFINITION // ====================== diff --git a/js/alert.js b/js/alert.js index 2842d96085..357981f4f5 100644 --- a/js/alert.js +++ b/js/alert.js @@ -7,7 +7,8 @@ * ======================================================================== */ -+function ($) { 'use strict'; ++function ($) { + 'use strict'; // ALERT CLASS DEFINITION // ====================== diff --git a/js/button.js b/js/button.js index f05ef4e7f4..2df193a9cc 100644 --- a/js/button.js +++ b/js/button.js @@ -7,7 +7,8 @@ * ======================================================================== */ -+function ($) { 'use strict'; ++function ($) { + 'use strict'; // BUTTON PUBLIC CLASS DEFINITION // ============================== diff --git a/js/carousel.js b/js/carousel.js index 9630ba6d85..e1e63f8af8 100644 --- a/js/carousel.js +++ b/js/carousel.js @@ -7,7 +7,8 @@ * ======================================================================== */ -+function ($) { 'use strict'; ++function ($) { + 'use strict'; // CAROUSEL CLASS DEFINITION // ========================= diff --git a/js/collapse.js b/js/collapse.js index f2af12742c..1857cba169 100644 --- a/js/collapse.js +++ b/js/collapse.js @@ -7,7 +7,8 @@ * ======================================================================== */ -+function ($) { 'use strict'; ++function ($) { + 'use strict'; // COLLAPSE PUBLIC CLASS DEFINITION // ================================ diff --git a/js/dropdown.js b/js/dropdown.js index e0d837dcf0..a457c37587 100644 --- a/js/dropdown.js +++ b/js/dropdown.js @@ -7,7 +7,8 @@ * ======================================================================== */ -+function ($) { 'use strict'; ++function ($) { + 'use strict'; // DROPDOWN CLASS DEFINITION // ========================= diff --git a/js/modal.js b/js/modal.js index 2246d2e4e8..f6caab6bfe 100644 --- a/js/modal.js +++ b/js/modal.js @@ -7,7 +7,8 @@ * ======================================================================== */ -+function ($) { 'use strict'; ++function ($) { + 'use strict'; // MODAL CLASS DEFINITION // ====================== diff --git a/js/popover.js b/js/popover.js index 89ea151fba..386f5fd879 100644 --- a/js/popover.js +++ b/js/popover.js @@ -7,7 +7,8 @@ * ======================================================================== */ -+function ($) { 'use strict'; ++function ($) { + 'use strict'; // POPOVER PUBLIC CLASS DEFINITION // =============================== diff --git a/js/scrollspy.js b/js/scrollspy.js index 32ae77fdcb..65c45e9751 100644 --- a/js/scrollspy.js +++ b/js/scrollspy.js @@ -7,7 +7,8 @@ * ======================================================================== */ -+function ($) { 'use strict'; ++function ($) { + 'use strict'; // SCROLLSPY CLASS DEFINITION // ========================== diff --git a/js/tab.js b/js/tab.js index d22747fa45..46a7ff1e1d 100644 --- a/js/tab.js +++ b/js/tab.js @@ -7,7 +7,8 @@ * ======================================================================== */ -+function ($) { 'use strict'; ++function ($) { + 'use strict'; // TAB CLASS DEFINITION // ==================== diff --git a/js/tooltip.js b/js/tooltip.js index b8ce6a1349..a976bbf1e6 100644 --- a/js/tooltip.js +++ b/js/tooltip.js @@ -8,7 +8,8 @@ * ======================================================================== */ -+function ($) { 'use strict'; ++function ($) { + 'use strict'; // TOOLTIP PUBLIC CLASS DEFINITION // =============================== diff --git a/js/transition.js b/js/transition.js index f2c4858009..45fc80f99a 100644 --- a/js/transition.js +++ b/js/transition.js @@ -7,7 +7,8 @@ * ======================================================================== */ -+function ($) { 'use strict'; ++function ($) { + 'use strict'; // CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/) // ============================================================