browsh/webext/content.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
58 B
JavaScript

import DOMManager from 'dom/manager';
new DOMManager();