1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2026-09-23 20:35:04 +00:00
This commit is contained in:
Michael Mclaughlin
2016-06-30 19:27:50 +01:00
parent 28451fb05c
commit fb37ca6bde
14 changed files with 26 additions and 430 deletions

View File

@@ -552,7 +552,6 @@ T('immutability', function () {
// All methods tested above except:
Decimal.clone();
Decimal.config();
Decimal.fromJSON();
Decimal.noConflict();
Decimal.random();
*/