Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit afdcd2c

Browse files
Remove unused variables.
These were left-overs from a 4 year old commit. :P
1 parent deaacf9 commit afdcd2c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/window.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ module.exports = function Window (config, path, opts) {
2828
h('title', title)
2929
)
3030
31-
var shouldShow = ${opts.show !== false}
32-
var shouldConnect = ${opts.connect !== false}
33-
3431
document.documentElement.replaceChild(h('body', [
3532
rootView(config, data)
3633
]), document.body)

0 commit comments

Comments
 (0)