diff --git a/src/item/Raster.js b/src/item/Raster.js index c839ae80..fb6dc994 100644 --- a/src/item/Raster.js +++ b/src/item/Raster.js @@ -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) {