1
0
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:
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';
// DROPDOWN CLASS DEFINITION
// =========================