From b442eee65ec2f46d655e501011075c4ab75c9f0c Mon Sep 17 00:00:00 2001 From: Stephen Bannasch Date: Mon, 31 Oct 2011 13:44:54 -0400 Subject: [PATCH] spelling, etc ... --- src/a2d.js | 1 - src/grapher.js | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/a2d.js b/src/a2d.js index 2d6242a..e9bd2dd 100644 --- a/src/a2d.js +++ b/src/a2d.js @@ -304,7 +304,6 @@ function displayStats() { step_model.onchange = modelController; model.renderFolderCanvas(); - function runModelStep() { last_step_time = +new Date(step_time); model.nextStep(); diff --git a/src/grapher.js b/src/grapher.js index 8099f85..77f0727 100644 --- a/src/grapher.js +++ b/src/grapher.js @@ -71,7 +71,7 @@ }; var gcanvas, gctx, cplot = {}, - chart = document.getElementById("chart"), + chart = document.getElementById("chart"), cx = chart.clientWidth, cy = chart.clientHeight, padding = { @@ -451,7 +451,7 @@ // axis scaling // // attach the mousemove and mouseup to the body - // in case one wonders off the axis line + // in case one wanders off the axis line d3.select('body') .on("mousemove", function(d) { var p = d3.svg.mouse(vis[0][0]);