Fix typo in Raster#getCanvas documentation

This commit is contained in:
sasensi 2018-11-16 18:58:18 +01:00
parent cfc5a912da
commit 12731f2fd1

View file

@ -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) {