Correct typo

This commit is contained in:
Tony Garnock-Jones 2018-11-05 13:55:44 +00:00
parent 62798dc52e
commit 54adb879dc
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ spawn named 'UIFragmentFactory' {
});
function handler(event) {
sender(event);
return dealWithPreventDefault(c.eventType, e);
return dealWithPreventDefault(c.eventType, event);
}
eventRegistrations[key] = handler;
handlerClosure = handler;