aboutsummaryrefslogtreecommitdiff
path: root/js/tab.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/tab.js
parent50cf0b1a9d883ae3c4054dfd4071963fdf8aa812 (diff)
downloadbootstrap-0f060e7bc435e1048b7fc564673049704cc41dd4.tar.xz
bootstrap-0f060e7bc435e1048b7fc564673049704cc41dd4.zip
'use strict' on new line
Diffstat (limited to 'js/tab.js')
-rw-r--r--js/tab.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/tab.js b/js/tab.js
index d2f24ff84..92a719994 100644
--- a/js/tab.js
+++ b/js/tab.js
@@ -7,7 +7,8 @@
* ======================================================================== */
-+function ($) { 'use strict';
++function ($) {
+ 'use strict';
// TAB CLASS DEFINITION
// ====================