Skip to content

Commit 184cc3e

Browse files
authored
Merge pull request #352 from dolik-rce/fix-typo-pDataObject
fix typo in pDataObject
2 parents f61c1a3 + c028712 commit 184cc3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/task.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ export const TaskItem = function (pID, pName, pStart, pEnd, pClass, pLink, pMile
395395
pComp: vComp,
396396
pCost: vCost,
397397
pGroup: vGroup,
398-
pDataObjec: vDataObject
398+
pDataObject: vDataObject
399399
}
400400
}
401401
};

0 commit comments

Comments
 (0)