diff options
| author | Chris Rebert <[email protected]> | 2013-08-04 17:36:08 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-04 17:36:08 -0700 |
| commit | 180034a4b450fb4a6567d6dbaaeb680905d798c4 (patch) | |
| tree | 44ee6c63d7951a73528287e449094df181f9ced5 /js | |
| parent | 2b6ec389876fac116ae2a152e47be321632dd9ba (diff) | |
| download | bootstrap-180034a4b450fb4a6567d6dbaaeb680905d798c4.tar.xz bootstrap-180034a4b450fb4a6567d6dbaaeb680905d798c4.zip | |
tooltip.js: add missing space
Diffstat (limited to 'js')
| -rw-r--r-- | js/tooltip.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tooltip.js b/js/tooltip.js index 3f9df0340..8f2beedce 100644 --- a/js/tooltip.js +++ b/js/tooltip.js @@ -314,7 +314,7 @@ return this.$tip = this.$tip || $(this.options.template) } - Tooltip.prototype.arrow =function () { + Tooltip.prototype.arrow = function () { return this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow') } |
