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
4f5a7c96
Unverified
Commit
4f5a7c96
authored
8 years ago
by
J2TeaM
Browse files
Options
Download
Email Patches
Plain Diff
Fix eslint (prefer-template)
parent
edc43a4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
js/src/carousel.js
+2
-2
js/src/carousel.js
with
2 additions
and
2 deletions
+2
-2
js/src/carousel.js
+
2
-
2
View file @
4f5a7c96
...
@@ -353,10 +353,10 @@ const Carousel = (($) => {
...
@@ -353,10 +353,10 @@ const Carousel = (($) => {
$
(
activeElement
)
$
(
activeElement
)
.
one
(
Util
.
TRANSITION_END
,
()
=>
{
.
one
(
Util
.
TRANSITION_END
,
()
=>
{
$
(
nextElement
)
$
(
nextElement
)
.
removeClass
(
directionalClassName
+
'
'
+
direction
)
.
removeClass
(
`
${
directionalClassName
}
${
direction
}
`
)
.
addClass
(
ClassName
.
ACTIVE
)
.
addClass
(
ClassName
.
ACTIVE
)
$
(
activeElement
).
removeClass
(
ClassName
.
ACTIVE
+
'
'
+
direction
+
'
'
+
directionalClassName
)
$
(
activeElement
).
removeClass
(
`
${
ClassName
.
ACTIVE
}
${
direction
}
${
directionalClassName
}
`
)
this
.
_isSliding
=
false
this
.
_isSliding
=
false
...
...
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