forked from enviPath/enviPy
refactor: large scale formatting/linting
This commit is contained in:
@ -1,14 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
|
||||
|
||||
<title>Title</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="viz"></div>
|
||||
</body>
|
||||
</head>
|
||||
<body>
|
||||
<div id="viz"></div>
|
||||
</body>
|
||||
{# prettier-ignore-start #}
|
||||
<script>
|
||||
data = {
|
||||
"aliases" : [ ] ,
|
||||
@ -853,5 +854,5 @@ function drawGraph(pathway) {
|
||||
|
||||
drawGraph(data);
|
||||
</script>
|
||||
|
||||
{# prettier-ignore-end #}
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user