Added message to clarify that the event only fires when <canvas> is being used.

This commit is contained in:
Grant Echols 2014-03-04 10:38:10 -07:00
parent 27424348f3
commit 95f0591210

View File

@ -1234,6 +1234,8 @@ function drawTiles( drawer, lastDrawn ){
/**
* 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>.
*
* @event tile-drawing
* @memberof OpenSeadragon.Viewer
* @type {object}