Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
themusicgod1
/
electron
Watch
0
Star
0
Fork
1
Files
Issues
2
Pull Requests
0
Wiki
Tree:
4f86c4208b
Branches
Tags
master
electron
/
spec
/
fixtures
/
module
/
hello-child.js
hello-child.js
83 B
History
Raw
1
2
3
4
5
6
7
class Hello {
say () {
return 'hi child window'
}
}
module.exports = Hello