mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-01 21:06:12 +03:00
Removed some extraneous whitespace
This commit is contained in:
parent
cb5b844a74
commit
e69033ee74
1 changed files with 1 additions and 3 deletions
|
@ -46,12 +46,10 @@
|
|||
return Math.abs(value1 - value2) <= variance;
|
||||
},
|
||||
|
||||
|
||||
assessNumericValue: function (value1, value2, variance, message) {
|
||||
ok(Util.equalsWithVariance(value1, value2, variance), message + " Expected:" + value1 + " Found: " + value2 + " Variance: " + variance);
|
||||
}
|
||||
|
||||
|
||||
};
|
||||
|
||||
})();
|
||||
})();
|
Loading…
Add table
Reference in a new issue