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
With the overrideable Backbone.extend Method you can probably do the model/collection registration as soon as a new Ligament Model/Collection is defined (i.e. Ligament.Model.extend is invoked).
Therefore you don't need the two methods above. The necessary mapping keys could be specified directly on the model/collection via class variables.
The text was updated successfully, but these errors were encountered:
With the overrideable Backbone.extend Method you can probably do the model/collection registration as soon as a new Ligament Model/Collection is defined (i.e. Ligament.Model.extend is invoked).
Therefore you don't need the two methods above. The necessary mapping keys could be specified directly on the model/collection via class variables.
The text was updated successfully, but these errors were encountered: