From 404e95271104e6a3bcdcf0864c6cf83b53c6516b Mon Sep 17 00:00:00 2001 From: Scott Lewis Date: Tue, 19 Jan 2016 14:23:29 -0700 Subject: [PATCH] escape HTML in documentation --- src/tiledimage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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