mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 10:48:38 -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.
|
* case `null` is returned instead.
|
||||||
*
|
*
|
||||||
* @bean
|
* @bean
|
||||||
* @type HTMLCanvasELement
|
* @type HTMLCanvasElement
|
||||||
*/
|
*/
|
||||||
getCanvas: function() {
|
getCanvas: function() {
|
||||||
if (!this._canvas) {
|
if (!this._canvas) {
|
||||||
|
|
Loading…
Reference in a new issue