refactor(view): remove unused const

Closes #2561
This commit is contained in:
Pawel Kozlowski 2015-06-16 15:31:29 +02:00
parent 91c75f99fe
commit 2d499de2bd
1 changed files with 0 additions and 3 deletions

View File

@ -17,9 +17,6 @@ export class DomViewRef extends RenderViewRef {
constructor(public _view: DomView) { super(); } constructor(public _view: DomView) { super(); }
} }
const NG_BINDING_CLASS = 'ng-binding';
/** /**
* Const of making objects: http://jsperf.com/instantiate-size-of-object * Const of making objects: http://jsperf.com/instantiate-size-of-object
*/ */