Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
9a3f5e59
Commit
9a3f5e59
authored
Nov 15, 2016
by
marc
Browse files
clone.js : getColor() never return an undefined value
parent
919b7b6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/clone.js
View file @
9a3f5e59
...
...
@@ -645,7 +645,7 @@ Clone.prototype = {
},
getColor
:
function
()
{
if
(
this
.
color
)
{
if
(
typeof
this
.
color
!=
"
undefined
"
)
{
return
this
.
color
;
}
else
{
""
;
...
...
Vidjil Team
@vidjilteam
Mentioned in issue
#2029 (closed)
·
Nov 29, 2016
Mentioned in issue
#2029 (closed)
Mentioned in issue #2029
Toggle commit list
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