Remove duplicate method

This commit is contained in:
Antoine Vandecreme 2014-03-21 16:15:08 -04:00
parent 775f4eba25
commit 639af65ea9

View File

@ -1535,15 +1535,6 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
return this; return this;
}, },
/**
* @function Force the viewer to redraw its content.
* @return {OpenSeadragon.Viewer} Chainable.
*/
forceRedraw: function() {
THIS[ this.hash ].forceRedraw = true;
return this;
},
/** /**
* Adds an html element as an overlay to the current viewport. Useful for * Adds an html element as an overlay to the current viewport. Useful for
* highlighting words or areas of interest on an image or other zoomable * highlighting words or areas of interest on an image or other zoomable