mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
Fixed constructor implicit return type issue
This commit is contained in:
2
rx-angular/rx.angular.d.ts
vendored
2
rx-angular/rx.angular.d.ts
vendored
@@ -14,7 +14,7 @@ declare module Rx {
|
||||
}
|
||||
|
||||
export interface ScopeScheduler extends IScheduler {
|
||||
constructor(scope: ng.IScope);
|
||||
constructor(scope: ng.IScope) : ScopeScheduler;
|
||||
}
|
||||
|
||||
export interface ScopeSchedulerStatic extends SchedulerStatic {
|
||||
|
||||
Reference in New Issue
Block a user