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:
authorJacob Thornton <jacobthornton@gmail.com>2012-04-19 00:15:13 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-04-19 00:15:13 +0400
commit8f98c4fbf6085e613314892de5da871dce862b34 (patch)
treedae80835ede261d1dbbb5bc56b6a2b976fbdda75 /js
parentf3cf4cbaae8c3b3aaed299b63d1773d85cd7789a (diff)
offset -> position #3088
Diffstat (limited to 'js')
-rw-r--r--js/bootstrap-typeahead.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-typeahead.js b/js/bootstrap-typeahead.js
index 4c562f7536..429ea989b9 100644
--- a/js/bootstrap-typeahead.js
+++ b/js/bootstrap-typeahead.js
@@ -56,7 +56,7 @@
}
, show: function () {
- var pos = $.extend({}, this.$element.offset(), {
+ var pos = $.extend({}, this.$element.position(), {
height: this.$element[0].offsetHeight
})