diff --git a/js/affix.js b/js/affix.js
index b4ae3b851073d12517b2616b65721126a11bc8c2..e3cb6a2a8b1d8a9dc0d135df7b87b1525015b6fa 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 2842d9608529e9119d1ec28d477e0a293216878e..357981f4f5c41067e94a63dfa7b98907f30322e3 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 f05ef4e7f450574c70664b2b12e1449120449131..2df193a9ccba0351bab8e0e7ab9125dd87b6d4d0 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 9630ba6d8589dbbf18a4758a0443dec8b88533d8..e1e63f8af8d94edea78aaab2db13153bd1b99c52 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 f2af12742cf5c9668b728afceae44bb4badd31ef..1857cba1697fadb1b4bdbb65c4a22a123f628e03 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 e0d837dcf0b53b31d7fae56504bf1bfd81ce6ddf..a457c3758706d6c0ddc6b91ca0927d537c0f97b7 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 2246d2e4e8bffb42f65586e0d635ad6f82eee966..f6caab6bfe15c0412c9c296441bd759ec42b7215 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 89ea151fba8bce9007fd0f85c770874f79eca1fe..386f5fd879c1b4c5b255859539e337027c39525a 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 32ae77fdcb1d434aa0e185b177b6e18603e90d84..65c45e97516f6cf58b658b751d36836886a8228b 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 d22747fa45e0fa6f1f228bdb3317a632a562ba81..46a7ff1e1d6927c38f337f52a4ae61cd8c36a348 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 b8ce6a13499193af30dc9eb9d6e2da44f95c8734..a976bbf1e6c0c2edadfcd74340bf4d10f505b256 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 f2c4858009616a403a9300a4da66bee66ed88415..45fc80f99a186342738d2863a6c39ae839d453a3 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/)
   // ============================================================