Skip to content

Commit

Permalink
Merge branch 'staging' into l10n_staging
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Mar 9, 2019
2 parents a2eef8c + d672ecc commit 3b383e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/services/window.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class WindowService {
private store: Store<fromRoot.State>
) { }

newWindow(opts?: { title?, url?, collectionId?, windowIdInCollection? }): Observable<any> {
newWindow(opts: { title?, url?, collectionId?, windowIdInCollection? } = {}): Observable<any> {
return Observable.create((obs: Observer<any>) => {
return this.store.pipe(first()).subscribe(data => {

Expand Down

0 comments on commit 3b383e1

Please sign in to comment.