From 5010cf9757a03bb571123b2e8da40162b427ebc3 Mon Sep 17 00:00:00 2001 From: Yegor Jbanov Date: Thu, 5 Feb 2015 21:00:51 -0800 Subject: [PATCH] chore(view): remove obsolete HACK comment --- modules/angular2/src/core/compiler/view.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/angular2/src/core/compiler/view.js b/modules/angular2/src/core/compiler/view.js index e7b62aee8d..27f59d90fa 100644 --- a/modules/angular2/src/core/compiler/view.js +++ b/modules/angular2/src/core/compiler/view.js @@ -416,7 +416,6 @@ export class ProtoView { // view might get dehydrated, in between the event queuing up and // firing. if (view.hydrated()) { - // HACK MapWrapper.set(locals, `$event`, event); var context = new ContextWithVariableBindings(view.context, locals); expr.eval(context);