add types
This commit is contained in:

committed by
Victor Berchet

parent
0499eeb231
commit
3519714f64
5
modules/angular2/change_detection.js
vendored
5
modules/angular2/change_detection.js
vendored
@ -17,7 +17,10 @@ import {ProtoChangeDetector, DynamicProtoChangeDetector, JitProtoChangeDetector}
|
||||
from './src/change_detection/proto_change_detector';
|
||||
|
||||
export class ChangeDetection {
|
||||
createProtoChangeDetector(name:string){}
|
||||
createProtoChangeDetector(name:string):ProtoChangeDetector{
|
||||
// TODO: this should be abstract, once supported in AtScript
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
export class DynamicChangeDetection extends ChangeDetection {
|
||||
|
Reference in New Issue
Block a user