max / balanced_breakfast
| 1 | /** |
| 2 | * @fileoverview BalancedBreakfast global namespace. |
| 3 | * |
| 4 | * Defines the `BB` object on `window` with sub-namespaces for each module. |
| 5 | * Every other JS file attaches its exports to one of these slots (e.g., |
| 6 | * `BB.api`, `BB.state`). This must load before all other BB scripts. |
| 7 | */ |
| 8 | window. = |
| 9 | : , |
| 10 | : , |
| 11 | : , |
| 12 | : , |
| 13 | : , |
| 14 | : , |
| 15 | : , |
| 16 | : , |
| 17 | : , |
| 18 | : , |
| 19 | : , |
| 20 | }; |
| 21 |