1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-08 22:56:46 +02:00

'use strict' on new line

This commit is contained in:
Zlatan Vasović
2014-01-01 15:42:41 +01:00
parent 50cf0b1a9d
commit 0f060e7bc4
12 changed files with 24 additions and 12 deletions

View File

@@ -7,7 +7,8 @@
* ======================================================================== */ * ======================================================================== */
+function ($) { 'use strict'; +function ($) {
'use strict';
// AFFIX CLASS DEFINITION // AFFIX CLASS DEFINITION
// ====================== // ======================

View File

@@ -7,7 +7,8 @@
* ======================================================================== */ * ======================================================================== */
+function ($) { 'use strict'; +function ($) {
'use strict';
// ALERT CLASS DEFINITION // ALERT CLASS DEFINITION
// ====================== // ======================

View File

@@ -7,7 +7,8 @@
* ======================================================================== */ * ======================================================================== */
+function ($) { 'use strict'; +function ($) {
'use strict';
// BUTTON PUBLIC CLASS DEFINITION // BUTTON PUBLIC CLASS DEFINITION
// ============================== // ==============================

View File

@@ -7,7 +7,8 @@
* ======================================================================== */ * ======================================================================== */
+function ($) { 'use strict'; +function ($) {
'use strict';
// CAROUSEL CLASS DEFINITION // CAROUSEL CLASS DEFINITION
// ========================= // =========================

View File

@@ -7,7 +7,8 @@
* ======================================================================== */ * ======================================================================== */
+function ($) { 'use strict'; +function ($) {
'use strict';
// COLLAPSE PUBLIC CLASS DEFINITION // COLLAPSE PUBLIC CLASS DEFINITION
// ================================ // ================================

View File

@@ -7,7 +7,8 @@
* ======================================================================== */ * ======================================================================== */
+function ($) { 'use strict'; +function ($) {
'use strict';
// DROPDOWN CLASS DEFINITION // DROPDOWN CLASS DEFINITION
// ========================= // =========================

View File

@@ -7,7 +7,8 @@
* ======================================================================== */ * ======================================================================== */
+function ($) { 'use strict'; +function ($) {
'use strict';
// MODAL CLASS DEFINITION // MODAL CLASS DEFINITION
// ====================== // ======================

View File

@@ -7,7 +7,8 @@
* ======================================================================== */ * ======================================================================== */
+function ($) { 'use strict'; +function ($) {
'use strict';
// POPOVER PUBLIC CLASS DEFINITION // POPOVER PUBLIC CLASS DEFINITION
// =============================== // ===============================

View File

@@ -7,7 +7,8 @@
* ======================================================================== */ * ======================================================================== */
+function ($) { 'use strict'; +function ($) {
'use strict';
// SCROLLSPY CLASS DEFINITION // SCROLLSPY CLASS DEFINITION
// ========================== // ==========================

View File

@@ -7,7 +7,8 @@
* ======================================================================== */ * ======================================================================== */
+function ($) { 'use strict'; +function ($) {
'use strict';
// TAB CLASS DEFINITION // TAB CLASS DEFINITION
// ==================== // ====================

View File

@@ -8,7 +8,8 @@
* ======================================================================== */ * ======================================================================== */
+function ($) { 'use strict'; +function ($) {
'use strict';
// TOOLTIP PUBLIC CLASS DEFINITION // TOOLTIP PUBLIC CLASS DEFINITION
// =============================== // ===============================

View File

@@ -7,7 +7,8 @@
* ======================================================================== */ * ======================================================================== */
+function ($) { 'use strict'; +function ($) {
'use strict';
// CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/) // CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/)
// ============================================================ // ============================================================