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:
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 2246d2e4e8..f6caab6bfe 100644
--- a/js/modal.js
+++ b/js/modal.js
@@ -7,7 +7,8 @@
* ======================================================================== */
-+function ($) { 'use strict';
++function ($) {
+ 'use strict';
// MODAL CLASS DEFINITION
// ======================