mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Remove discouraging note on getCompletionCallback use docs.
This commit is contained in:
parent
57486732b1
commit
37d4f62ce9
@ -1704,8 +1704,6 @@ $.extend($.TiledImage.prototype, $.EventSource.prototype, /** @lends OpenSeadrag
|
||||
* when the asynchronous processing of the image is done. The image will be
|
||||
* marked as entirely loaded when the callback has been called once for each
|
||||
* call to getCompletionCallback.
|
||||
* Note: if you do not process the tile in asynchronous context
|
||||
* (timeout, Promises, async, callbacks such as image.onload ...), do not use this function.
|
||||
*/
|
||||
|
||||
var fallbackCompletion = getCompletionCallback();
|
||||
|
Loading…
Reference in New Issue
Block a user