Setting a default value for resetPrefetchDelay (PR #179)
This commit is contained in:
parent
80bd81c055
commit
23862ee299
@ -8719,7 +8719,7 @@ Display scroll progress bar across bottom of image.
|
|||||||
var configuration = {};
|
var configuration = {};
|
||||||
|
|
||||||
var resetPrefetchTimeout,
|
var resetPrefetchTimeout,
|
||||||
resetPrefetchDelay;
|
resetPrefetchDelay = 300;
|
||||||
|
|
||||||
function sortNumber(a, b) {
|
function sortNumber(a, b) {
|
||||||
// http://stackoverflow.com/questions/1063007/how-to-sort-an-array-of-integers-correctly
|
// http://stackoverflow.com/questions/1063007/how-to-sort-an-array-of-integers-correctly
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user