diff options
| author | Jacob Thornton <[email protected]> | 2013-05-21 19:30:33 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2013-05-21 19:31:51 -0700 |
| commit | ccfa989898bdfcd91aa8dd5ad1e2de2832bfda71 (patch) | |
| tree | 3f958b45e8295a87db7eef57939546eb62c05ec3 /js/tooltip.js | |
| parent | 59010184cb7b94cd08ea290c69bddf726673f5f4 (diff) | |
| download | bootstrap-ccfa989898bdfcd91aa8dd5ad1e2de2832bfda71.tar.xz bootstrap-ccfa989898bdfcd91aa8dd5ad1e2de2832bfda71.zip | |
upgrade jshint to 2.1.2 for anton <3
Diffstat (limited to 'js/tooltip.js')
| -rw-r--r-- | js/tooltip.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/js/tooltip.js b/js/tooltip.js index be9ac251d..45f068010 100644 --- a/js/tooltip.js +++ b/js/tooltip.js @@ -1,8 +1,8 @@ -/* =========================================================== +/* ======================================================================== * Bootstrap: tooltip.js v3.0.0 - * http://twitter.github.com/bootstrap/javascript.html#tooltips + * http://twitter.github.com/bootstrap/javascript.html#affix * Inspired by the original jQuery.tipsy by Jason Frame - * =========================================================== + * ======================================================================== * Copyright 2012 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -16,10 +16,10 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * ========================================================== */ + * ======================================================================== */ -!function ($) { "use strict"; ++function ($) { "use strict"; // TOOLTIP PUBLIC CLASS DEFINITION // =============================== |
