• Robert Knight's avatar
    Merge Host and Sidebar classes · 11542d1f
    Robert Knight authored
    The `Host` class is never constructed directly and only has one
    subclass, `Sidebar`. There wasn't a clear separation of responsibilities between
    `Host` and `Sidebar`. This commit therefore moves the functionality of `Host` into
    `Sidebar` and merges the tests.
    11542d1f
sidebar-test.js 20.8 KB