diff options
| author | Mark Otto <[email protected]> | 2013-05-22 21:48:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-22 21:48:35 -0700 |
| commit | 41d2b707ed8a4b75df387269ec788b9b318822de (patch) | |
| tree | 6d43d4a37500b18cb7fe4b842af241d6cdd7c252 /js/tooltip.js | |
| parent | bb9d867cf83d6a9aed27f390b844fc02ad13ebc4 (diff) | |
| parent | 52a348aa3f5e06e6429f386002f653dac7a35a99 (diff) | |
| download | bootstrap-41d2b707ed8a4b75df387269ec788b9b318822de.tar.xz bootstrap-41d2b707ed8a4b75df387269ec788b9b318822de.zip | |
Merge branch '3.0.0-wip' of https://github.com/juthilo/bootstrap-wip into 3.0.0-wip
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 // =============================== |
