diff options
| author | Zlatan Vasović <[email protected]> | 2014-01-01 15:42:41 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2014-01-01 15:42:41 +0100 |
| commit | 0f060e7bc435e1048b7fc564673049704cc41dd4 (patch) | |
| tree | abae038349ccdc953501f8d67d6807376f1fe77f /js/tooltip.js | |
| parent | 50cf0b1a9d883ae3c4054dfd4071963fdf8aa812 (diff) | |
| download | bootstrap-0f060e7bc435e1048b7fc564673049704cc41dd4.tar.xz bootstrap-0f060e7bc435e1048b7fc564673049704cc41dd4.zip | |
'use strict' on new line
Diffstat (limited to 'js/tooltip.js')
| -rw-r--r-- | js/tooltip.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/tooltip.js b/js/tooltip.js index d491fea0e..d93880824 100644 --- a/js/tooltip.js +++ b/js/tooltip.js @@ -8,7 +8,8 @@ * ======================================================================== */ -+function ($) { 'use strict'; ++function ($) { + 'use strict'; // TOOLTIP PUBLIC CLASS DEFINITION // =============================== |
