Skip to content

Commit 7b15c72

Browse files
author
Daniel Rudzinski
committed
Merge branch 'master' of git://github.com/jsGanttImproved/jsgantt-improved
2 parents 1b90ba0 + 674a677 commit 7b15c72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"homepage": "https://jsganttimproved.github.io/jsgantt-improved/docs/",
3131
"dependencies": {
3232
"@types/node": "^12.0.10",
33-
"webdriver-manager": "^12.1.8"
33+
"webdriver-manager": "^13.0.0"
3434
},
3535
"devDependencies": {
3636
"@types/chai": "^4.1.5",

src/task.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ export const TaskItem = function (pID, pName, pStart, pEnd, pClass, pLink, pMile
399399
pComp: vComp,
400400
pCost: vCost,
401401
pGroup: vGroup,
402-
pDataObjec: vDataObject,
402+
pDataObject: vDataObject,
403403
pPlanClass: vPlanClass
404404
}
405405
}

0 commit comments

Comments
 (0)