first conversion

This commit is contained in:
Olivier Gagnon
2018-06-22 17:30:24 -04:00
parent 343d474702
commit 53ddfbc9ec
23 changed files with 74 additions and 67 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import {clearEventListeners, createElement,
getElementById} from "../utils/HelperFunctions.js";
import {Reviver, Generic_toJSON,
Generic_fromJSON} from "../utils/JSONReviver.js";
import {formatNumber} from "../utils/StringHelperFunctions.js";
import {formatNumber} from "../utils/StringHelperFunctions";
/**
* Overwrites the inner text of the specified HTML element if it is different from what currently exists.