mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-25 04:51:39 +02:00
'use strict' on new line
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
* ======================================================================== */
|
||||
|
||||
|
||||
+function ($) { 'use strict';
|
||||
+function ($) {
|
||||
'use strict';
|
||||
|
||||
// CAROUSEL CLASS DEFINITION
|
||||
// =========================
|
||||
|
Reference in New Issue
Block a user