mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
Remove todo.
This commit is contained in:
parent
9f466bbc97
commit
f4c1f6a3c1
1 changed files with 0 additions and 1 deletions
|
@ -488,7 +488,6 @@ var Raster = this.Raster = PlacedItem.extend(/** @lends Raster# */{
|
||||||
return this.getContext().createImageData(size.width, size.height);
|
return this.getContext().createImageData(size.width, size.height);
|
||||||
},
|
},
|
||||||
|
|
||||||
// TODO: Rename to #get/setImageData, as it will conflict with Item#getData
|
|
||||||
// DOCS: document Raster#getData
|
// DOCS: document Raster#getData
|
||||||
/**
|
/**
|
||||||
* @param {Rectangle} rect
|
* @param {Rectangle} rect
|
||||||
|
|
Loading…
Reference in a new issue