
committed by
Miško Hevery

parent
4415855683
commit
e916836261
@ -16,7 +16,7 @@ class DemoApp {
|
||||
previousClick: string;
|
||||
action: string;
|
||||
clickCount: number;
|
||||
items: List<number>;
|
||||
items: number[];
|
||||
|
||||
constructor() {
|
||||
this.previousClick = 'Nothing';
|
||||
|
Reference in New Issue
Block a user