]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
'use strict' on new line 12057/head
authorZlatan Vasović <legospace9876@gmail.com>
Wed, 1 Jan 2014 14:42:41 +0000 (15:42 +0100)
committerZlatan Vasović <legospace9876@gmail.com>
Wed, 1 Jan 2014 14:42:41 +0000 (15:42 +0100)
12 files changed:
js/affix.js
js/alert.js
js/button.js
js/carousel.js
js/collapse.js
js/dropdown.js
js/modal.js
js/popover.js
js/scrollspy.js
js/tab.js
js/tooltip.js
js/transition.js

index bc11feaa8ece4fb1fb6275b8cf35ca829fe826b9..e711b4f9e6ae350fc123b67c593b1acd1d9b8361 100644 (file)
@@ -7,7 +7,8 @@
  * ======================================================================== */
 
 
-+function ($) { 'use strict';
++function ($) {
+  'use strict';
 
   // AFFIX CLASS DEFINITION
   // ======================
index e15658492c5ae133c5f8de313306dafc6af2fb89..b9818e2fbf6cea03671240de8de428f5c7fcb646 100644 (file)
@@ -7,7 +7,8 @@
  * ======================================================================== */
 
 
-+function ($) { 'use strict';
++function ($) {
+  'use strict';
 
   // ALERT CLASS DEFINITION
   // ======================
index 34a61f58ad0055a74212c061b1797f915e554dd7..824daa702d8ec3bc0f4739b644363c2af83ad9e8 100644 (file)
@@ -7,7 +7,8 @@
  * ======================================================================== */
 
 
-+function ($) { 'use strict';
++function ($) {
+  'use strict';
 
   // BUTTON PUBLIC CLASS DEFINITION
   // ==============================
index a9a2eb2d169298223b1f23bddf258da5017e456f..3fdc505d5680252baa5c79ac2285083c383f8562 100644 (file)
@@ -7,7 +7,8 @@
  * ======================================================================== */
 
 
-+function ($) { 'use strict';
++function ($) {
+  'use strict';
 
   // CAROUSEL CLASS DEFINITION
   // =========================
index cd8f38439b1842022640bd169b7d15ab927639da..993ac3fc291a8875112d2fb1316933abfed0273f 100644 (file)
@@ -7,7 +7,8 @@
  * ======================================================================== */
 
 
-+function ($) { 'use strict';
++function ($) {
+  'use strict';
 
   // COLLAPSE PUBLIC CLASS DEFINITION
   // ================================
index 1e25403fc01344e1d2c672dde49f657e88904a87..4eaf72d4a23fd0bae104e5201116e2868ed28543 100644 (file)
@@ -7,7 +7,8 @@
  * ======================================================================== */
 
 
-+function ($) { 'use strict';
++function ($) {
+  'use strict';
 
   // DROPDOWN CLASS DEFINITION
   // =========================
index 856ea7cd854c3ef50405ec75a9ff9f29fe912f7d..ab2bd850e4404321152e8490114c9cbdbf5ec974 100644 (file)
@@ -7,7 +7,8 @@
  * ======================================================================== */
 
 
-+function ($) { 'use strict';
++function ($) {
+  'use strict';
 
   // MODAL CLASS DEFINITION
   // ======================
index 3fd29802d800422d46ee3f4c4a6af6bb76783cfa..8ee9ba0e25fd525e10d27297c82bf4da074ff987 100644 (file)
@@ -7,7 +7,8 @@
  * ======================================================================== */
 
 
-+function ($) { 'use strict';
++function ($) {
+  'use strict';
 
   // POPOVER PUBLIC CLASS DEFINITION
   // ===============================
index fecd8a4466dbf47bed1dff9f3b65f5e67e419217..0d40ea550d64c3812bb96ddef1a73264a2066481 100644 (file)
@@ -7,7 +7,8 @@
  * ======================================================================== */
 
 
-+function ($) { 'use strict';
++function ($) {
+  'use strict';
 
   // SCROLLSPY CLASS DEFINITION
   // ==========================
index d2f24ff84661f5f36c1919821c300411798f0574..92a7199945c4cf1ccd31fd4e485dcb72a5c5f5df 100644 (file)
--- a/js/tab.js
+++ b/js/tab.js
@@ -7,7 +7,8 @@
  * ======================================================================== */
 
 
-+function ($) { 'use strict';
++function ($) {
+  'use strict';
 
   // TAB CLASS DEFINITION
   // ====================
index d491fea0ea983545f493207e2907bfd617e8a1f3..d938808248b83fffe271edf6f9b5391d65c129f2 100644 (file)
@@ -8,7 +8,8 @@
  * ======================================================================== */
 
 
-+function ($) { 'use strict';
++function ($) {
+  'use strict';
 
   // TOOLTIP PUBLIC CLASS DEFINITION
   // ===============================
index fac318af90f473a7204def62847591d5e606ba9b..250f8d6595540689197914ff7207a426b895c1d5 100644 (file)
@@ -7,7 +7,8 @@
  * ======================================================================== */
 
 
-+function ($) { 'use strict';
++function ($) {
+  'use strict';
 
   // CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/)
   // ============================================================