/** * @fileoverview BalancedBreakfast global namespace. * * Defines the `BB` object on `window` with sub-namespaces for each module. * Every other JS file attaches its exports to one of these slots (e.g., * `BB.api`, `BB.state`). This must load before all other BB scripts. */ window.BB = { api: {}, state: {}, ui: {}, utils: {}, sources: {}, items: {}, detail: {}, feeds: {}, themes: {}, sync: {}, app: {}, };