mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 06:36:11 +03:00
Stripped whitespace
This commit is contained in:
parent
0b5ddd0d55
commit
e0282a3c86
@ -1688,7 +1688,7 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
|
|||||||
if ( aAnimQueue.length ) {
|
if ( aAnimQueue.length ) {
|
||||||
var time = new Date().getTime();
|
var time = new Date().getTime();
|
||||||
// Process all of the currently outstanding frame
|
// Process all of the currently outstanding frame
|
||||||
// requests, but none that get added during the
|
// requests, but none that get added during the
|
||||||
// processing.
|
// processing.
|
||||||
// Swap the arrays so we don't have to create a new
|
// Swap the arrays so we don't have to create a new
|
||||||
// array every frame.
|
// array every frame.
|
||||||
@ -1721,7 +1721,7 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
|
|||||||
}
|
}
|
||||||
|
|
||||||
// If it's not in the queue, it may be in the set we're currently
|
// If it's not in the queue, it may be in the set we're currently
|
||||||
// processing (if cancelAnimationFrame is called from within a
|
// processing (if cancelAnimationFrame is called from within a
|
||||||
// requestAnimationFrame callback).
|
// requestAnimationFrame callback).
|
||||||
for ( i = 0, j = processing.length; i < j; i += 1 ) {
|
for ( i = 0, j = processing.length; i < j; i += 1 ) {
|
||||||
if ( processing[ i ][ 0 ] === requestId ) {
|
if ( processing[ i ][ 0 ] === requestId ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user