1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 04:51:39 +02:00

Merge pull request #12057 from ZDroid/nl

'use strict' on new line
This commit is contained in:
Chris Rebert
2014-01-07 00:31:27 -08:00
12 changed files with 24 additions and 12 deletions

View File

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