Skip to content

Commit

Permalink
Merge pull request #1 from NOAA-ORR-ERD/update_fix
Browse files Browse the repository at this point in the history
Yep, the values were being rounded down.
  • Loading branch information
JamesMakela-NOAA committed Jul 1, 2014
2 parents af7175f + a43f2b1 commit 90e798f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions compass-rose-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
coordinates.y += this.frontcanv.height / 2;

_this.drawArrow(coordinates);
canvas.parentElement.settings['move'](newSpeed, newDirection);
return;
}

Expand Down
2 changes: 1 addition & 1 deletion compass-rose-ui.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 90e798f

Please sign in to comment.