Splitting up constants

This commit is contained in:
Jonathan Putney
2019-11-10 23:02:40 -05:00
parent 465e9b3383
commit 5dae5ca0ae
13 changed files with 799 additions and 1097 deletions

View File

@@ -722,7 +722,7 @@ class ScheduledCommit {
#wrapper = () => {
if (!_self.#cancelled) {
_self.#API.LMSCommit();
_self.#API.commit();
}
};
}