aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ps/gfx/sine.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/ps/gfx/sine.js b/ps/gfx/sine.js
index 60fb7f4..6958221 100644
--- a/ps/gfx/sine.js
+++ b/ps/gfx/sine.js
@@ -84,8 +84,6 @@
requestAnimationFrame(drawGraph.bind(this, state));
}
- d3.select('#view').attr('transform', 'rotate(90deg)')
-
drawGraph(state);
})(d3)