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
Remi PLANEL
bioviz-js
Commits
c2aea92c
Commit
c2aea92c
authored
May 24, 2019
by
Remi PLANEL
Browse files
Minor change
parent
e951f82c
Changes
1
Show whitespace changes
Inline
Side-by-side
src/scripts/component/genome-browser.ts
View file @
c2aea92c
...
...
@@ -41,9 +41,6 @@ export default function () {
.
append
<
SVGElement
>
(
"
g
"
)
.
classed
(
"
genome-browser
"
,
true
);
genomeBrowserE
.
append
(
"
g
"
).
classed
(
classes
.
chromosomeRule
,
true
);
genomeBrowserE
.
append
(
"
g
"
)
.
classed
(
classes
.
selectedChromosome
,
true
)
...
...
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