Skip to content

Commit

Permalink
spelling, etc ...
Browse files Browse the repository at this point in the history
  • Loading branch information
stepheneb committed Oct 31, 2011
1 parent 8befccd commit b442eee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/a2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ function displayStats() {
step_model.onchange = modelController;
model.renderFolderCanvas();


function runModelStep() {
last_step_time = +new Date(step_time);
model.nextStep();
Expand Down
4 changes: 2 additions & 2 deletions src/grapher.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
};

var gcanvas, gctx, cplot = {},
chart = document.getElementById("chart"),
chart = document.getElementById("chart"),
cx = chart.clientWidth,
cy = chart.clientHeight,
padding = {
Expand Down Expand Up @@ -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]);
Expand Down

0 comments on commit b442eee

Please sign in to comment.