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
Near complete rewrite of sidebars JS for reliability:
- Refactored as JavaScript classes.
- Everything is now scoped to behaviours without references to instances
outside of said behaviours; this is primarily achieved by
instantiating classes and assigning them to a property on elements we
attach to, and then destroyed when the behaviour detaches.
- Did I mention hella object-oriented?
See: https://github.com/neurocracy/omnipedia/issues/46
0 commit comments