We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3dd40c commit 1f78865Copy full SHA for 1f78865
browser.js
@@ -8,6 +8,11 @@ const configModule = require('./config')
8
const appModules = require('./lib/app')
9
const coreModules = require('./modules')
10
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
+
16
module.exports = startBrowser
17
18
function startBrowser () {
0 commit comments