You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a backbone model is an ES6 class with a statc property, and one use Model.extend to make a subclass (instead of the ES6 extends), the static properties of the base model are not added to the subclass.
The text was updated successfully, but these errors were encountered:
If a backbone model is an ES6 class with a statc property, and one use
Model.extend
to make a subclass (instead of the ES6extends
), the static properties of the base model are not added to the subclass.The text was updated successfully, but these errors were encountered: