fixed build process by adding comment

This commit is contained in:
Alex Wolfe 2015-05-06 15:27:25 -07:00
parent 01fdb4afc6
commit 577a80371f
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@ import * as avmModule from './view_manager';
import {ElementRef} from './element_ref';
import {ViewRef, ProtoViewRef, internalView} from './view_ref';
/**
* @exportedAs angular2/core
*/
export class ViewContainerRef {
_viewManager: avmModule.AppViewManager;
_element: ElementRef;