Browse Source

fixed typo

codeClimate
Alexander Wunschik 8 years ago
parent
commit
d2aa7b01c2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/network/shapes.js

+ 1
- 1
lib/network/shapes.js View File

@ -206,7 +206,7 @@ if (typeof CanvasRenderingContext2D !== 'undefined') {
/**
* Draw an arrow an the end of an line with the given angle.
* Draw an arrow at the end of a line with the given angle.
*/
CanvasRenderingContext2D.prototype.arrowEndpoint = function (x, y, angle, length) {
// tail

Loading…
Cancel
Save