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
9cee3c28
Commit
9cee3c28
authored
5 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Minor wording tweaks
parent
f03c10a1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
js/src/dropdown/dropdown.spec.js
+1
-1
js/src/dropdown/dropdown.spec.js
js/src/tooltip/tooltip.spec.js
+1
-1
js/src/tooltip/tooltip.spec.js
site/content/docs/4.3/components/dropdowns.md
+1
-1
site/content/docs/4.3/components/dropdowns.md
site/content/docs/4.3/components/popovers.md
+1
-1
site/content/docs/4.3/components/popovers.md
site/content/docs/4.3/components/tooltips.md
+1
-1
site/content/docs/4.3/components/tooltips.md
with
5 additions
and
5 deletions
+5
-5
js/src/dropdown/dropdown.spec.js
+
1
-
1
View file @
9cee3c28
...
...
@@ -100,7 +100,7 @@ describe('Dropdown', () => {
expect
(
dropdown
.
toggle
).
toHaveBeenCalled
()
})
it
(
'
should allow to pass config to popper.js
thanks to
popperConfig
'
,
()
=>
{
it
(
'
should allow to pass config to popper.js
with `
popperConfig
`
'
,
()
=>
{
fixtureEl
.
innerHTML
=
[
'
<div class="dropdown">
'
,
'
<button href="#" class="btn dropdown-toggle" data-toggle="dropdown">Dropdown</button>
'
,
...
...
This diff is collapsed.
Click to expand it.
js/src/tooltip/tooltip.spec.js
+
1
-
1
View file @
9cee3c28
...
...
@@ -109,7 +109,7 @@ describe('Tooltip', () => {
tooltipInContainerEl
.
click
()
})
it
(
'
should allow to pass config to popper.js
thanks to
popperConfig
'
,
()
=>
{
it
(
'
should allow to pass config to popper.js
with `
popperConfig
`
'
,
()
=>
{
fixtureEl
.
innerHTML
=
'
<a href="#" rel="tooltip"/>
'
const
tooltipEl
=
fixtureEl
.
querySelector
(
'
a
'
)
...
...
This diff is collapsed.
Click to expand it.
site/content/docs/4.3/components/dropdowns.md
+
1
-
1
View file @
9cee3c28
...
...
@@ -859,7 +859,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<td>
popperConfig
</td>
<td>
null | object
</td>
<td>
null
</td>
<td>
To change Bootstrap default Popper.js config, see
<a
href=
"https://popper.js.org/popper-documentation.html#Popper.Defaults"
>
Popper.js configuration
</a></td>
<td>
To change Bootstrap
's
default Popper.js config, see
<a
href=
"https://popper.js.org/popper-documentation.html#Popper.Defaults"
>
Popper.js
's
configuration
</a></td>
</tr>
</tbody>
</table>
...
...
This diff is collapsed.
Click to expand it.
site/content/docs/4.3/components/popovers.md
+
1
-
1
View file @
9cee3c28
...
...
@@ -285,7 +285,7 @@ Note that for security reasons the `sanitize`, `sanitizeFn` and `whiteList` opti
<td>
popperConfig
</td>
<td>
null | object
</td>
<td>
null
</td>
<td>
To change Bootstrap default Popper.js config, see
<a
href=
"https://popper.js.org/popper-documentation.html#Popper.Defaults"
>
Popper.js configuration
</a></td>
<td>
To change Bootstrap
's
default Popper.js config, see
<a
href=
"https://popper.js.org/popper-documentation.html#Popper.Defaults"
>
Popper.js
's
configuration
</a></td>
</tr>
</tbody>
</table>
...
...
This diff is collapsed.
Click to expand it.
site/content/docs/4.3/components/tooltips.md
+
1
-
1
View file @
9cee3c28
...
...
@@ -282,7 +282,7 @@ Note that for security reasons the `sanitize`, `sanitizeFn` and `whiteList` opti
<td>
popperConfig
</td>
<td>
null | object
</td>
<td>
null
</td>
<td>
To change Bootstrap default Popper.js config, see
<a
href=
"https://popper.js.org/popper-documentation.html#Popper.Defaults"
>
Popper.js configuration
</a></td>
<td>
To change Bootstrap
's
default Popper.js config, see
<a
href=
"https://popper.js.org/popper-documentation.html#Popper.Defaults"
>
Popper.js
's
configuration
</a></td>
</tr>
</tbody>
</table>
...
...
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