We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e3f9f commit a63b20cCopy full SHA for a63b20c
src/core/angularfire2.ts
@@ -12,7 +12,7 @@ function noop() { }
12
* Schedules tasks so that they are invoked inside the Zone that is passed in the constructor.
13
*/
14
export class ZoneScheduler implements SchedulerLike {
15
- constructor(private zone: any, private delegate = asyncScheduler) { }
+ constructor(private zone: any, private delegate: any = asyncScheduler) { }
16
17
now() {
18
return this.delegate.now();
0 commit comments