Skip to content

Commit e6b4208

Browse files
committed
remove dead code
1 parent 152806e commit e6b4208

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@angular/router": "~7.2.0",
2222
"core-js": "^2.5.4",
2323
"gojs": "^2.1.0-beta1",
24-
"gojs-angular": "0.0.4",
24+
"gojs-angular": "0.0.6",
2525
"rxjs": "~6.3.3",
2626
"tslib": "^1.9.0",
2727
"zone.js": "~0.8.26"
@@ -51,4 +51,4 @@
5151
"tslint": "~5.11.0",
5252
"typescript": "~3.2.2"
5353
}
54-
}
54+
}

src/app/app.component.ts

-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ export class AppComponent {
115115
const overview = $(go.Overview);
116116
return overview;
117117
}
118-
public oModelData = { prop: 'val' };
119118
public observedDiagram = null;
120119

121120
// currently selected node; for inspector

0 commit comments

Comments
 (0)