pull/4105/head
Conduitry 6 years ago
parent 2e28e2e73d
commit f245c6d09a

@ -30,7 +30,7 @@ export default class EventHandlerWrapper {
if (this.node.reassigned) { if (this.node.reassigned) {
block.maintain_context = true; block.maintain_context = true;
return x`function () { if( @is_function(${snippet}) ) ${snippet}.apply(this, arguments); }`; return x`function () { if (@is_function(${snippet})) ${snippet}.apply(this, arguments); }`;
} }
return snippet; return snippet;
} }

Loading…
Cancel
Save