aboutsummaryrefslogtreecommitdiff
path: root/js/button.js
diff options
context:
space:
mode:
authorZlatan Vasović <[email protected]>2014-01-01 15:42:41 +0100
committerZlatan Vasović <[email protected]>2014-01-01 15:42:41 +0100
commit0f060e7bc435e1048b7fc564673049704cc41dd4 (patch)
treeabae038349ccdc953501f8d67d6807376f1fe77f /js/button.js
parent50cf0b1a9d883ae3c4054dfd4071963fdf8aa812 (diff)
downloadbootstrap-0f060e7bc435e1048b7fc564673049704cc41dd4.tar.xz
bootstrap-0f060e7bc435e1048b7fc564673049704cc41dd4.zip
'use strict' on new line
Diffstat (limited to 'js/button.js')
-rw-r--r--js/button.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/button.js b/js/button.js
index 34a61f58a..824daa702 100644
--- a/js/button.js
+++ b/js/button.js
@@ -7,7 +7,8 @@
* ======================================================================== */
-+function ($) { 'use strict';
++function ($) {
+ 'use strict';
// BUTTON PUBLIC CLASS DEFINITION
// ==============================