diff --git a/src/tiledimage.js b/src/tiledimage.js index bf61a7de..05ca8848 100644 --- a/src/tiledimage.js +++ b/src/tiledimage.js @@ -176,7 +176,7 @@ $.TiledImage = function( options ) { /** * This event is fired just before the tile is drawn giving the application a chance to alter the image. * - * NOTE: This event is only fired when the drawer is using a . + * NOTE: This event is only fired when the drawer is using a <canvas>. * * @event tile-drawing * @memberof OpenSeadragon.Viewer