Correct stupid mistake

This commit is contained in:
Tony Garnock-Jones 2016-05-12 14:49:09 -04:00
parent fb89954158
commit 4eb29832df
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ UIFragment.prototype.updateEventListeners = function (c, install) {
UIFragment.prototype.handleDomEvent = function (c, e) {
Dataspace.send(uiEvent(this.fragmentId, c.selector, c.eventType, e));
return dealWithPreventDefault(this.eventType, event);
return dealWithPreventDefault(c.eventType, e);
};
///////////////////////////////////////////////////////////////////////////