Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2014-01-07 12:31:27 +0400
committerChris Rebert <github@rebertia.com>2014-01-07 12:31:27 +0400
commit5f328dce889823f1ec78844427a48da4c2eb6638 (patch)
treebbe5210c3626cb2ef039ad294717dc9d9e663d7d /js/collapse.js
parent5e39e6c9d025eec4269da8391f2ff928a076a66c (diff)
parent0f060e7bc435e1048b7fc564673049704cc41dd4 (diff)
Merge pull request #12057 from ZDroid/nl
'use strict' on new line
Diffstat (limited to 'js/collapse.js')
-rw-r--r--js/collapse.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/collapse.js b/js/collapse.js
index f2af12742c..1857cba169 100644
--- a/js/collapse.js
+++ b/js/collapse.js
@@ -7,7 +7,8 @@
* ======================================================================== */
-+function ($) { 'use strict';
++function ($) {
+ 'use strict';
// COLLAPSE PUBLIC CLASS DEFINITION
// ================================