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