mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Fix typo in Raster#getCanvas documentation
This commit is contained in:
parent
cfc5a912da
commit
12731f2fd1
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ var Raster = Item.extend(/** @lends Raster# */{
|
|||
* case `null` is returned instead.
|
||||
*
|
||||
* @bean
|
||||
* @type HTMLCanvasELement
|
||||
* @type HTMLCanvasElement
|
||||
*/
|
||||
getCanvas: function() {
|
||||
if (!this._canvas) {
|
||||
|
|
Loading…
Reference in a new issue