Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
5f2e6fa5
Commit
5f2e6fa5
authored
10 years ago
by
Heinrich Fenkart
Browse files
Options
Download
Email Patches
Plain Diff
grunt
parent
1b323762
4 merge requests
!28721
Hot test
,
!16605
Test pull please ignore
,
!22103
test
,
!25326
Adjust examples
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
dist/js/bootstrap.js
+20
-8
dist/js/bootstrap.js
dist/js/bootstrap.min.js
+2
-2
dist/js/bootstrap.min.js
docs/assets/js/customize.min.js
+1
-1
docs/assets/js/customize.min.js
docs/assets/js/raw-files.min.js
+1
-1
docs/assets/js/raw-files.min.js
docs/dist/js/bootstrap.js
+20
-8
docs/dist/js/bootstrap.js
docs/dist/js/bootstrap.min.js
+2
-2
docs/dist/js/bootstrap.min.js
docs/dist/js/npm.js
+13
-0
docs/dist/js/npm.js
with
59 additions
and
22 deletions
+59
-22
dist/js/bootstrap.js
+
20
-
8
View file @
5f2e6fa5
...
@@ -1588,12 +1588,18 @@ if (typeof jQuery === 'undefined') {
...
@@ -1588,12 +1588,18 @@ if (typeof jQuery === 'undefined') {
function
Plugin
(
option
)
{
function
Plugin
(
option
)
{
return
this
.
each
(
function
()
{
return
this
.
each
(
function
()
{
var
$this
=
$
(
this
)
var
$this
=
$
(
this
)
var
data
=
$this
.
data
(
'
bs.tooltip
'
)
var
data
=
$this
.
data
(
'
bs.tooltip
'
)
var
options
=
typeof
option
==
'
object
'
&&
option
var
options
=
typeof
option
==
'
object
'
&&
option
var
selector
=
options
&&
options
.
selector
if
(
!
data
&&
option
==
'
destroy
'
)
return
if
(
!
data
&&
option
==
'
destroy
'
)
return
if
(
!
data
)
$this
.
data
(
'
bs.tooltip
'
,
(
data
=
new
Tooltip
(
this
,
options
)))
if
(
selector
)
{
if
(
!
data
)
$this
.
data
(
'
bs.tooltip
'
,
(
data
=
{}))
if
(
!
data
[
selector
])
data
[
selector
]
=
new
Tooltip
(
this
,
options
)
}
else
{
if
(
!
data
)
$this
.
data
(
'
bs.tooltip
'
,
(
data
=
new
Tooltip
(
this
,
options
)))
}
if
(
typeof
option
==
'
string
'
)
data
[
option
]()
if
(
typeof
option
==
'
string
'
)
data
[
option
]()
})
})
}
}
...
@@ -1702,12 +1708,18 @@ if (typeof jQuery === 'undefined') {
...
@@ -1702,12 +1708,18 @@ if (typeof jQuery === 'undefined') {
function
Plugin
(
option
)
{
function
Plugin
(
option
)
{
return
this
.
each
(
function
()
{
return
this
.
each
(
function
()
{
var
$this
=
$
(
this
)
var
$this
=
$
(
this
)
var
data
=
$this
.
data
(
'
bs.popover
'
)
var
data
=
$this
.
data
(
'
bs.popover
'
)
var
options
=
typeof
option
==
'
object
'
&&
option
var
options
=
typeof
option
==
'
object
'
&&
option
var
selector
=
options
&&
options
.
selector
if
(
!
data
&&
option
==
'
destroy
'
)
return
if
(
!
data
&&
option
==
'
destroy
'
)
return
if
(
!
data
)
$this
.
data
(
'
bs.popover
'
,
(
data
=
new
Popover
(
this
,
options
)))
if
(
selector
)
{
if
(
!
data
)
$this
.
data
(
'
bs.popover
'
,
(
data
=
{}))
if
(
!
data
[
selector
])
data
[
selector
]
=
new
Popover
(
this
,
options
)
}
else
{
if
(
!
data
)
$this
.
data
(
'
bs.popover
'
,
(
data
=
new
Popover
(
this
,
options
)))
}
if
(
typeof
option
==
'
string
'
)
data
[
option
]()
if
(
typeof
option
==
'
string
'
)
data
[
option
]()
})
})
}
}
...
...
This diff is collapsed.
Click to expand it.
dist/js/bootstrap.min.js
+
2
-
2
View file @
5f2e6fa5
This diff is collapsed.
Click to expand it.
docs/assets/js/customize.min.js
+
1
-
1
View file @
5f2e6fa5
This diff is collapsed.
Click to expand it.
docs/assets/js/raw-files.min.js
+
1
-
1
View file @
5f2e6fa5
This diff is collapsed.
Click to expand it.
docs/dist/js/bootstrap.js
+
20
-
8
View file @
5f2e6fa5
...
@@ -1588,12 +1588,18 @@ if (typeof jQuery === 'undefined') {
...
@@ -1588,12 +1588,18 @@ if (typeof jQuery === 'undefined') {
function
Plugin
(
option
)
{
function
Plugin
(
option
)
{
return
this
.
each
(
function
()
{
return
this
.
each
(
function
()
{
var
$this
=
$
(
this
)
var
$this
=
$
(
this
)
var
data
=
$this
.
data
(
'
bs.tooltip
'
)
var
data
=
$this
.
data
(
'
bs.tooltip
'
)
var
options
=
typeof
option
==
'
object
'
&&
option
var
options
=
typeof
option
==
'
object
'
&&
option
var
selector
=
options
&&
options
.
selector
if
(
!
data
&&
option
==
'
destroy
'
)
return
if
(
!
data
&&
option
==
'
destroy
'
)
return
if
(
!
data
)
$this
.
data
(
'
bs.tooltip
'
,
(
data
=
new
Tooltip
(
this
,
options
)))
if
(
selector
)
{
if
(
!
data
)
$this
.
data
(
'
bs.tooltip
'
,
(
data
=
{}))
if
(
!
data
[
selector
])
data
[
selector
]
=
new
Tooltip
(
this
,
options
)
}
else
{
if
(
!
data
)
$this
.
data
(
'
bs.tooltip
'
,
(
data
=
new
Tooltip
(
this
,
options
)))
}
if
(
typeof
option
==
'
string
'
)
data
[
option
]()
if
(
typeof
option
==
'
string
'
)
data
[
option
]()
})
})
}
}
...
@@ -1702,12 +1708,18 @@ if (typeof jQuery === 'undefined') {
...
@@ -1702,12 +1708,18 @@ if (typeof jQuery === 'undefined') {
function
Plugin
(
option
)
{
function
Plugin
(
option
)
{
return
this
.
each
(
function
()
{
return
this
.
each
(
function
()
{
var
$this
=
$
(
this
)
var
$this
=
$
(
this
)
var
data
=
$this
.
data
(
'
bs.popover
'
)
var
data
=
$this
.
data
(
'
bs.popover
'
)
var
options
=
typeof
option
==
'
object
'
&&
option
var
options
=
typeof
option
==
'
object
'
&&
option
var
selector
=
options
&&
options
.
selector
if
(
!
data
&&
option
==
'
destroy
'
)
return
if
(
!
data
&&
option
==
'
destroy
'
)
return
if
(
!
data
)
$this
.
data
(
'
bs.popover
'
,
(
data
=
new
Popover
(
this
,
options
)))
if
(
selector
)
{
if
(
!
data
)
$this
.
data
(
'
bs.popover
'
,
(
data
=
{}))
if
(
!
data
[
selector
])
data
[
selector
]
=
new
Popover
(
this
,
options
)
}
else
{
if
(
!
data
)
$this
.
data
(
'
bs.popover
'
,
(
data
=
new
Popover
(
this
,
options
)))
}
if
(
typeof
option
==
'
string
'
)
data
[
option
]()
if
(
typeof
option
==
'
string
'
)
data
[
option
]()
})
})
}
}
...
...
This diff is collapsed.
Click to expand it.
docs/dist/js/bootstrap.min.js
+
2
-
2
View file @
5f2e6fa5
This diff is collapsed.
Click to expand it.
docs/dist/js/npm.js
0 → 100644
+
13
-
0
View file @
5f2e6fa5
// This file is generated. You can require() it in a CommonJS environment.
require
(
'
../../js/transition.js
'
)
require
(
'
../../js/alert.js
'
)
require
(
'
../../js/button.js
'
)
require
(
'
../../js/carousel.js
'
)
require
(
'
../../js/collapse.js
'
)
require
(
'
../../js/dropdown.js
'
)
require
(
'
../../js/modal.js
'
)
require
(
'
../../js/tooltip.js
'
)
require
(
'
../../js/popover.js
'
)
require
(
'
../../js/scrollspy.js
'
)
require
(
'
../../js/tab.js
'
)
require
(
'
../../js/affix.js
'
)
\ No newline at end of file
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
Menu
Explore
Projects
Groups
Snippets