fix benchmarks

This commit is contained in:
vsavkin
2015-10-08 09:57:10 -07:00
parent 8b725c77fd
commit d63f3c123e
17 changed files with 36 additions and 57 deletions
+1 -6
View File
@@ -13,12 +13,7 @@ import {Map} from 'angular2/src/core/facade/collection';
*
* <!-- TODO: this is created by Renderer#createProtoView in the new compiler -->
*/
export abstract class RenderProtoViewRef {}
export class RenderProtoViewRef_ extends RenderProtoViewRef {
constructor() { super(); }
}
export class RenderProtoViewRef {}
/**
* Represents a list of sibling Nodes that can be moved by the {@link Renderer} independently of