Skip to content

Commit 6e7974a

Browse files
committed
Minor doc edit, copyrights
1 parent 5ad7299 commit 6e7974a

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

src/App.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 1998-2019 by Northwoods Software Corporation. All Rights Reserved.
2+
* Copyright (C) 1998-2020 by Northwoods Software Corporation. All Rights Reserved.
33
*/
44

55
import * as go from 'gojs';
@@ -11,6 +11,11 @@ import { SelectionInspector } from './components/SelectionInspector';
1111

1212
import './App.css';
1313

14+
/**
15+
* Use a linkDataArray since we'll be using a GraphLinksModel,
16+
* and modelData for demonstration purposes. Note, though, that
17+
* both are optional props in ReactDiagram.
18+
*/
1419
interface AppState {
1520
nodeDataArray: Array<go.ObjectData>;
1621
linkDataArray: Array<go.ObjectData>;

src/GuidedDraggingTool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 1998-2019 by Northwoods Software Corporation. All Rights Reserved.
2+
* Copyright (C) 1998-2020 by Northwoods Software Corporation. All Rights Reserved.
33
*/
44

55
/*

src/components/Diagram.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 1998-2019 by Northwoods Software Corporation. All Rights Reserved.
2+
* Copyright (C) 1998-2020 by Northwoods Software Corporation. All Rights Reserved.
33
*/
44

55
import * as go from 'gojs';

src/components/InspectorRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 1998-2019 by Northwoods Software Corporation. All Rights Reserved.
2+
* Copyright (C) 1998-2020 by Northwoods Software Corporation. All Rights Reserved.
33
*/
44

55
import * as React from 'react';

src/components/SelectionInspector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 1998-2019 by Northwoods Software Corporation. All Rights Reserved.
2+
* Copyright (C) 1998-2020 by Northwoods Software Corporation. All Rights Reserved.
33
*/
44

55
import * as React from 'react';

0 commit comments

Comments
 (0)