mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Add comment about porting chainable calls back to Sg.
This commit is contained in:
parent
511eef50f6
commit
cd58351864
1 changed files with 1 additions and 0 deletions
|
@ -563,6 +563,7 @@ var Item = this.Item = Base.extend({
|
|||
child.transform(matrix, flags);
|
||||
}
|
||||
}
|
||||
// TODO: Port return this in all chainable commands back to Sg
|
||||
return this;
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue