chore(view): remove obsolete HACK comment

This commit is contained in:
Yegor Jbanov 2015-02-05 21:00:51 -08:00
parent 7dba3a3e32
commit 5010cf9757
1 changed files with 0 additions and 1 deletions

View File

@ -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);