fix(ganttDb.js): clear formats and excludes on clear

This commit is contained in:
Jason Würtz 2019-07-06 11:30:13 -03:00
parent 402d4bdee1
commit 6dce255393
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ export const clear = function () {
lastTask = undefined
lastTaskID = undefined
rawTasks = []
dateFormat = ''
axisFormat = ''
excludes = []
}
export const setAxisFormat = function (txt) {