Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2013-08-05 04:36:08 +0400
committerChris Rebert <github@rebertia.com>2013-08-05 04:36:08 +0400
commit180034a4b450fb4a6567d6dbaaeb680905d798c4 (patch)
tree44ee6c63d7951a73528287e449094df181f9ced5 /js
parent2b6ec389876fac116ae2a152e47be321632dd9ba (diff)
tooltip.js: add missing space
Diffstat (limited to 'js')
-rw-r--r--js/tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tooltip.js b/js/tooltip.js
index 3f9df03407..8f2beedce2 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')
}