Skip to content

Commit

Permalink
2.5.1 - Set globals public to search component
Browse files Browse the repository at this point in the history
  • Loading branch information
quead committed Aug 8, 2019
1 parent fe2051c commit 7e7c04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/search/search.component.ts
Expand Up @@ -15,7 +15,7 @@ export class SearchComponent implements OnInit {

constructor(
private youtube: YoutubeGetVideo,
private globals: GlobalsService,
public globals: GlobalsService,
private shared: SharedService
) {}

Expand Down

0 comments on commit 7e7c04c

Please sign in to comment.