Merge pull request #104 from lisposter/master

change the variable `todos` to `names`
This commit is contained in:
Alex Wolfe 2015-05-13 06:16:40 -07:00
commit d38e9b732a

View File

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