mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fixed constructor implicit return type issue
This commit is contained in:
Vendored
+1
-1
@@ -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