Join Slack
Powered by
How do I tell the compiler to not put everything i...
# javascript
k
karelpeeters
09/04/2017, 10:03 PM
How do I tell the compiler to not put everything in a module object? Right now every button event handler had to have
onClick="main.action(event)"
, I'd like to do it without the
main
. Is that possible?
k
konsoletyper
09/05/2017, 8:12 AM
No, it's impossible.
k
karelpeeters
09/06/2017, 6:46 PM
Okay, thanks anyway.
3
Views
Open in Slack
Previous
Next