Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
osp
work.w
Commits
e2037919
Commit
e2037919
authored
Jun 08, 2020
by
alexandre
Browse files
fix typo introduced in previous commit
parent
aa4d42af
Changes
1
Hide whitespace changes
Inline
Side-by-side
playground/static/playground/js/views.js
View file @
e2037919
...
...
@@ -1175,7 +1175,7 @@ window.W = window.W || {};
if
(
sublines
&&
sublines
.
length
>
1
)
{
var
alternative
=
this
.
model
.
get
(
'
alternative
'
);
if
(
sublines
alternative
&&
alternative
.
type
===
rangeType
.
exact
&&
alternative
.
value
===
1
)
{
if
(
alternative
&&
alternative
.
type
===
rangeType
.
exact
&&
alternative
.
value
===
1
)
{
return
false
;
}
...
...
Write
Preview
Supports
Markdown
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