Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
d87b7a03
Commit
d87b7a03
authored
Apr 27, 2015
by
Bootstrap's Grunt bot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
automatic `grunt dist`
[ci skip]
parent
aa479892
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
16 deletions
+14
-16
dist/js/bootstrap.js
dist/js/bootstrap.js
+5
-6
dist/js/bootstrap.min.js
dist/js/bootstrap.min.js
+2
-2
docs/dist/js/bootstrap.js
docs/dist/js/bootstrap.js
+5
-6
docs/dist/js/bootstrap.min.js
docs/dist/js/bootstrap.min.js
+2
-2
No files found.
dist/js/bootstrap.js
View file @
d87b7a03
...
@@ -1437,13 +1437,12 @@ if (typeof jQuery === 'undefined') {
...
@@ -1437,13 +1437,12 @@ if (typeof jQuery === 'undefined') {
if
(
autoPlace
)
{
if
(
autoPlace
)
{
var
orgPlacement
=
placement
var
orgPlacement
=
placement
var
$container
=
this
.
options
.
container
?
$
(
this
.
options
.
container
)
:
this
.
$element
.
parent
()
var
viewportDim
=
this
.
getPosition
(
this
.
$viewport
)
var
containerDim
=
this
.
getPosition
(
$container
)
placement
=
placement
==
'
bottom
'
&&
pos
.
bottom
+
actualHeight
>
container
Dim
.
bottom
?
'
top
'
:
placement
=
placement
==
'
bottom
'
&&
pos
.
bottom
+
actualHeight
>
viewport
Dim
.
bottom
?
'
top
'
:
placement
==
'
top
'
&&
pos
.
top
-
actualHeight
<
container
Dim
.
top
?
'
bottom
'
:
placement
==
'
top
'
&&
pos
.
top
-
actualHeight
<
viewport
Dim
.
top
?
'
bottom
'
:
placement
==
'
right
'
&&
pos
.
right
+
actualWidth
>
container
Dim
.
width
?
'
left
'
:
placement
==
'
right
'
&&
pos
.
right
+
actualWidth
>
viewport
Dim
.
width
?
'
left
'
:
placement
==
'
left
'
&&
pos
.
left
-
actualWidth
<
container
Dim
.
left
?
'
right
'
:
placement
==
'
left
'
&&
pos
.
left
-
actualWidth
<
viewport
Dim
.
left
?
'
right
'
:
placement
placement
$tip
$tip
...
...
dist/js/bootstrap.min.js
View file @
d87b7a03
This diff is collapsed.
Click to expand it.
docs/dist/js/bootstrap.js
View file @
d87b7a03
...
@@ -1437,13 +1437,12 @@ if (typeof jQuery === 'undefined') {
...
@@ -1437,13 +1437,12 @@ if (typeof jQuery === 'undefined') {
if
(
autoPlace
)
{
if
(
autoPlace
)
{
var
orgPlacement
=
placement
var
orgPlacement
=
placement
var
$container
=
this
.
options
.
container
?
$
(
this
.
options
.
container
)
:
this
.
$element
.
parent
()
var
viewportDim
=
this
.
getPosition
(
this
.
$viewport
)
var
containerDim
=
this
.
getPosition
(
$container
)
placement
=
placement
==
'
bottom
'
&&
pos
.
bottom
+
actualHeight
>
container
Dim
.
bottom
?
'
top
'
:
placement
=
placement
==
'
bottom
'
&&
pos
.
bottom
+
actualHeight
>
viewport
Dim
.
bottom
?
'
top
'
:
placement
==
'
top
'
&&
pos
.
top
-
actualHeight
<
container
Dim
.
top
?
'
bottom
'
:
placement
==
'
top
'
&&
pos
.
top
-
actualHeight
<
viewport
Dim
.
top
?
'
bottom
'
:
placement
==
'
right
'
&&
pos
.
right
+
actualWidth
>
container
Dim
.
width
?
'
left
'
:
placement
==
'
right
'
&&
pos
.
right
+
actualWidth
>
viewport
Dim
.
width
?
'
left
'
:
placement
==
'
left
'
&&
pos
.
left
-
actualWidth
<
container
Dim
.
left
?
'
right
'
:
placement
==
'
left
'
&&
pos
.
left
-
actualWidth
<
viewport
Dim
.
left
?
'
right
'
:
placement
placement
$tip
$tip
...
...
docs/dist/js/bootstrap.min.js
View file @
d87b7a03
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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