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

View File

@ -115,7 +115,7 @@ export class ViewMetadata {
* }
* ```
*/
directives: Array<Type | Function | any[]>;
directives: Array<Type | any[]>;
pipes: Array<Type | any[]>;