Merge pull request #823 from roof12/bug/doc-fixes

escape HTML in documentation
This commit is contained in:
Ian Gilman 2016-01-20 09:06:30 -08:00
commit 1409091643

View File

@ -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 <canvas>.
* NOTE: This event is only fired when the drawer is using a &lt;canvas&gt;.
*
* @event tile-drawing
* @memberof OpenSeadragon.Viewer