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
This isn't happening yet because of our approach to implementing inheritance and making the instanceof operator work. We set the prototype to an instance of the super-model but then override each individual attribute with an actual cloned attribute. This is necessary to maintain encapsulation of the attribute.
We'll have to re-think our approach slightly to make this work.
The text was updated successfully, but these errors were encountered:
This isn't happening yet because of our approach to implementing inheritance and making the instanceof operator work. We set the prototype to an instance of the super-model but then override each individual attribute with an actual cloned attribute. This is necessary to maintain encapsulation of the attribute.
We'll have to re-think our approach slightly to make this work.
The text was updated successfully, but these errors were encountered: