mirror of
https://github.com/codex-storage/deluge.git
synced 2025-03-01 19:40:39 +00:00
use Number.MAX_VALUE rather than 99999
This commit is contained in:
parent
1c807ad7c8
commit
7c5dacba5f
@ -47,6 +47,6 @@ Deluge.data.SortTypes = {
|
||||
},
|
||||
|
||||
asQueuePosition: function(value) {
|
||||
return (value > -1) ? value : 9999999;
|
||||
return (value > -1) ? value : Number.MAX_VALUE;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user