Skip to content

Commit 8d33e0e

Browse files
committed
delete dead code
1 parent 5ab652f commit 8d33e0e

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/app/app.component.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -106,20 +106,6 @@ export class AppComponent {
106106
this.paletteModelData = DataSyncService.syncModelData(changes, this.paletteModelData);
107107
};
108108

109-
public addNode = function() {
110-
const nd = { key: 'Test', color: 'yellow' };
111-
this.paletteNodeData.push(nd);
112-
};
113-
114-
public addModelData = function() {
115-
this.paletteModelData.someNewProp = 'someNewVal';
116-
};
117-
118-
public changeSelectedNode = function() {
119-
const node = this.myDiagramComponent.diagram.nodes.first();
120-
this.selectedNode = node;
121-
};
122-
123109
constructor(private cdr: ChangeDetectorRef) { }
124110

125111
// Overview Component testing

0 commit comments

Comments
 (0)