Skip to content

Commit 631cdff

Browse files
author
Lanny McNie
committed
Docs: Fixed curveTo method name
1 parent 4c6f88e commit 631cdff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/easeljs/display/Graphics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ this.createjs = this.createjs||{};
850850
/**
851851
* Maps the familiar ActionScript <code>curveTo()</code> method to the functionally similar {{#crossLink "Graphics/quadraticCurveTo"}}{{/crossLink}}
852852
* method.
853-
* @method quadraticCurveTo
853+
* @method curveTo
854854
* @param {Number} cpx
855855
* @param {Number} cpy
856856
* @param {Number} x

0 commit comments

Comments
 (0)