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
{{ message }}
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
A quirk of the JS (which I didn't change / fix while working it over for MD and IL) is that Backbone Models are used for the visual elements on the page rather than Views, which would be the more idiomatic choice.
It shouldn't be too hard to refactor the various VisualBase derivatives so that they use Views instead of Models, and this would make the project more maintainable (by removing a hurdle for Backbone developers).
The text was updated successfully, but these errors were encountered:
A quirk of the JS (which I didn't change / fix while working it over for MD and IL) is that Backbone Models are used for the visual elements on the page rather than Views, which would be the more idiomatic choice.
It shouldn't be too hard to refactor the various
VisualBase
derivatives so that they use Views instead of Models, and this would make the project more maintainable (by removing a hurdle for Backbone developers).The text was updated successfully, but these errors were encountered: