Skip to content

Commit 1f78865

Browse files
committed
note to future self, hi
1 parent a3dd40c commit 1f78865

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

browser.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ const configModule = require('./config')
88
const appModules = require('./lib/app')
99
const coreModules = require('./modules')
1010

11+
// TODO this should be a depject module,
12+
// but first need to refactor this inu
13+
// code to work as such, using something
14+
// like: https://github.com/depject/depject/issues/26
15+
1116
module.exports = startBrowser
1217

1318
function startBrowser () {

0 commit comments

Comments
 (0)