Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
76fb4844
Commit
76fb4844
authored
Jan 03, 2017
by
Mikaël Salson
Browse files
axis.js: type2 is a variable not an expected property in seg…
Fixes
2f117f42
parent
8e15fdc0
Changes
1
Show whitespace changes
Inline
Side-by-side
browser/js/axis.js
View file @
76fb4844
...
...
@@ -99,7 +99,7 @@ Axis.prototype = {
//clone position
this
.
pos
=
function
(
cloneID
)
{
var
clone
=
self
.
m
.
clone
(
cloneID
)
if
(
clone
.
hasSeg
(
'
type2
'
)
if
(
clone
.
hasSeg
(
type2
)
&&
typeof
clone
.
seg
[
type2
][
"
name
"
]
!=
'
undefined
'
&&
typeof
gene_list
[
clone
.
seg
[
type2
][
"
name
"
].
split
(
"
*
"
)[
0
]]
!=
"
undefined
"
)
{
...
...
Write
Preview
Markdown
is supported
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