browsh/webext/background.js
Thomas Buckley-Houston 5b6cc89770 Refactored webext classes to be more SRP
The biggest refactor is separating out the DocumentBuilder from the DOM
Manager.

I also made consistent use of the mixin pattern I'd only half
implemented.
2018-04-09 18:36:46 +08:00

5 lines
78 B
JavaScript

import BackgroundManager from 'background/manager'
new BackgroundManager();