classjs icon indicating copy to clipboard operation
classjs copied to clipboard

How to initialize parent?

Open tom10271 opened this issue 10 years ago • 2 comments

I cannot call this.parent(args) in initialize function.

tom10271 avatar Jun 11 '15 04:06 tom10271

Ditto...seems the creators give no f*cks so it seems I have to write my own class.js. As always: If you want something to work you have to do it yourself.

zzador avatar Aug 05 '22 16:08 zzador

Do you still need to use class.js? Just use the latest version of ES or TS and transpile it to ES5 or any target version if needed with Babel for example.

tom10271 avatar Aug 05 '22 17:08 tom10271