Skip to content

Commit

Permalink
type object updated from object to Object
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadanand Mandal committed Aug 18, 2017
1 parent 1e71fd0 commit 5eb623f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/particles.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class ParticlesComponent {
@Input() width: number = 100;
@Input() height: number = 100;
@Input() params: IParams;
@Input() style: object = {};
@Input() style: Object = {};

constructor() { }
}

0 comments on commit 5eb623f

Please sign in to comment.