Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
There was an error while loading. Please reload this page.
Line# 205
constructor (options?) {
super(options);
//... is a list tag.
this.tagName = "li";
Though it's requested by new ts version that super should be the first element, it doesn't make sense when js is compiled. It just does't work. Backbone seems to need super call later. How to avoid this?