Skip to content

Commit

Permalink
Merge pull request ryuKKu-#4 from sadanandGithub123/master
Browse files Browse the repository at this point in the history
type object updated from object to Object
  • Loading branch information
ryuKKu- authored Oct 10, 2017
2 parents 1e71fd0 + 5eb623f commit 5073dc2
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 5073dc2

Please sign in to comment.