fix: rename FORWARD_REF to forwardRef in the Angular code base.

Now that ts2dart understands forwardRef, there's
no need to maintain the old syntax.
This commit is contained in:
Martin Probst
2015-06-11 18:49:07 -07:00
parent 13466604f9
commit c4ecbf0a7f
9 changed files with 17 additions and 19 deletions

View File

@ -34,8 +34,6 @@ export function forwardRef(forwardRefFn: ForwardRefFn): Type {
return (<Type><any>forwardRefFn);
}
export var FORWARD_REF = forwardRef;
/**
* Lazily retrieve the reference value.
*