Join Slack
Powered by
I have an abstract class that defines a method `st...
# javascript
t
Talon
02/16/2018, 7:41 PM
I have an abstract class that defines a method
start
, and when I try to create a class based off it and use that method I get an undefined error. I've tried adding
@JsName
to the abstract method but to no avail
3
Views
Open in Slack
Previous
Next