mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 20:14:13 +00:00
fix typo
This commit is contained in:
parent
672668ccdb
commit
494c468da8
@ -89,7 +89,7 @@ Deluge.Formatters = {
|
|||||||
* @return {String} formatted string with KiB, MiB or GiB units.
|
* @return {String} formatted string with KiB, MiB or GiB units.
|
||||||
*/
|
*/
|
||||||
speed: function(bytes, showZero) {
|
speed: function(bytes, showZero) {
|
||||||
return (!bytess && !showZero) ? '' : fsize(bytes, showZero) + '/s';
|
return (!bytes && !showZero) ? '' : fsize(bytes, showZero) + '/s';
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user