semicolons?

This commit is contained in:
Alex Maclean
2018-08-07 14:27:33 +10:00
parent f0d9be2343
commit b9cffcee56
+3 -3
View File
@@ -72,9 +72,9 @@ export interface OnDragPreviousAndNextLocation extends PreviousAndNextLocation {
}
export interface ShouldCopyData {
node: TreeItem,
prevPath: NumberArrayOrStringArray,
prevTreeIndex: number
node: TreeItem;
prevPath: NumberArrayOrStringArray;
prevTreeIndex: number;
}
export interface OnMovePreviousAndNextLocation extends PreviousAndNextLocation {