Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
219d275a
Commit
219d275a
authored
12 years ago
by
fat
Browse files
Options
Download
Email Patches
Plain Diff
can't extend bounding box thingy
parent
dc4e80a6
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/assets/js/bootstrap-tooltip.js
+2
-1
docs/assets/js/bootstrap-tooltip.js
docs/assets/js/bootstrap.js
+2
-1
docs/assets/js/bootstrap.js
docs/assets/js/bootstrap.min.js
+1
-1
docs/assets/js/bootstrap.min.js
js/bootstrap-tooltip.js
+1
-1
js/bootstrap-tooltip.js
with
6 additions
and
4 deletions
+6
-4
docs/assets/js/bootstrap-tooltip.js
+
2
-
1
View file @
219d275a
...
@@ -192,7 +192,8 @@
...
@@ -192,7 +192,8 @@
,
getPosition
:
function
()
{
,
getPosition
:
function
()
{
var
el
=
this
.
$element
[
0
]
var
el
=
this
.
$element
[
0
]
return
$
.
extend
(
el
.
getBoundingClientRect
?
el
.
getBoundingClientRect
()
:
{
return
$
.
extend
({},
el
.
getBoundingClientRect
?
el
.
getBoundingClientRect
()
:
{
width
:
el
.
offsetWidth
width
:
el
.
offsetWidth
,
height
:
el
.
offsetHeight
,
height
:
el
.
offsetHeight
},
this
.
$element
.
offset
())
},
this
.
$element
.
offset
())
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap.js
+
2
-
1
View file @
219d275a
...
@@ -1208,7 +1208,8 @@
...
@@ -1208,7 +1208,8 @@
,
getPosition
:
function
()
{
,
getPosition
:
function
()
{
var
el
=
this
.
$element
[
0
]
var
el
=
this
.
$element
[
0
]
return
$
.
extend
(
el
.
getBoundingClientRect
?
el
.
getBoundingClientRect
()
:
{
return
$
.
extend
({},
el
.
getBoundingClientRect
?
el
.
getBoundingClientRect
()
:
{
width
:
el
.
offsetWidth
width
:
el
.
offsetWidth
,
height
:
el
.
offsetHeight
,
height
:
el
.
offsetHeight
},
this
.
$element
.
offset
())
},
this
.
$element
.
offset
())
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap.min.js
+
1
-
1
View file @
219d275a
This diff is collapsed.
Click to expand it.
js/bootstrap-tooltip.js
+
1
-
1
View file @
219d275a
...
@@ -192,7 +192,7 @@
...
@@ -192,7 +192,7 @@
,
getPosition
:
function
()
{
,
getPosition
:
function
()
{
var
el
=
this
.
$element
[
0
]
var
el
=
this
.
$element
[
0
]
return
$
.
extend
(
el
.
getBoundingClientRect
?
el
.
getBoundingClientRect
()
:
{
return
$
.
extend
(
{},
el
.
getBoundingClientRect
?
el
.
getBoundingClientRect
()
:
{
width
:
el
.
offsetWidth
width
:
el
.
offsetWidth
,
height
:
el
.
offsetHeight
,
height
:
el
.
offsetHeight
},
this
.
$element
.
offset
())
},
this
.
$element
.
offset
())
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment