mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-29 23:29:06 -04:00
Add expected parameters to function signature.
This commit is contained in:
parent
c4c4f51eb9
commit
54161f81f1
2 changed files with 3 additions and 3 deletions
src/path
|
@ -83,7 +83,7 @@ var CompoundPath = this.CompoundPath = PathItem.extend({
|
|||
}
|
||||
|
||||
var fields = {
|
||||
moveTo: function() {
|
||||
moveTo: function(point) {
|
||||
var path = new Path();
|
||||
this.appendTop(path);
|
||||
path.moveTo.apply(path, arguments);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue