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:
authorZlatan Vasović <legospace9876@gmail.com>2014-01-01 18:42:41 +0400
committerZlatan Vasović <legospace9876@gmail.com>2014-01-01 18:42:41 +0400
commit0f060e7bc435e1048b7fc564673049704cc41dd4 (patch)
treeabae038349ccdc953501f8d67d6807376f1fe77f /js/modal.js
parent50cf0b1a9d883ae3c4054dfd4071963fdf8aa812 (diff)
'use strict' on new line
Diffstat (limited to 'js/modal.js')
-rw-r--r--js/modal.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/modal.js b/js/modal.js
index 856ea7cd85..ab2bd850e4 100644
--- a/js/modal.js
+++ b/js/modal.js
@@ -7,7 +7,8 @@
* ======================================================================== */
-+function ($) { 'use strict';
++function ($) {
+ 'use strict';
// MODAL CLASS DEFINITION
// ======================