mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-18 08:31:00 +00:00
Update viewer.js
only added a comment related to performance.
This commit is contained in:
parent
1e5b9b98e0
commit
8464be164d
1 changed files with 2 additions and 1 deletions
|
@ -1455,7 +1455,8 @@ function onContainerEnter( tracker, position, buttonDownElement, buttonDownAny )
|
|||
// Page update routines ( aka Views - for future reference )
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
function updateMulti( viewer ) {
|
||||
// TODO: this is called about once every 15 ms. Is this correct?
|
||||
function updateMulti(viewer) {
|
||||
|
||||
var beginTime;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue