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/button.js')
-rw-r--r--js/button.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/button.js b/js/button.js
index c9fdde5e48..6c66960d82 100644
--- a/js/button.js
+++ b/js/button.js
@@ -18,7 +18,7 @@
* ======================================================================== */
-+function ($) { "use strict";
++function ($) { 'use strict';
// BUTTON PUBLIC CLASS DEFINITION
// ==============================