fix variable name

This commit is contained in:
Leigh Zhu 2015-05-10 17:40:48 +08:00
parent 491f2cc97f
commit 443e4e5b5f
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
})
class DisplayComponent {
myName: string;
todos: Array<string>;
names: Array<string>;
constructor() {
this.myName = "Alice";