mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-23 02:03:13 +03:00
Rename parameters in helper functions for clarity and consistency
This commit is contained in:
parent
a0fcfc20ad
commit
8fdd639bf0
@ -59,8 +59,8 @@
|
||||
},
|
||||
|
||||
// ----------
|
||||
equalsWithVariance: function (value1, value2, variance) {
|
||||
return Math.abs(value1 - value2) <= variance;
|
||||
equalsWithVariance: function (actual, expected, variance) {
|
||||
return Math.abs(actual - expected) <= variance;
|
||||
},
|
||||
|
||||
// ----------
|
||||
|
Loading…
x
Reference in New Issue
Block a user