Load atom.js on startup.

This commit is contained in:
Cheng Zhao
2013-04-13 21:10:41 +08:00
parent f853fc3df5
commit 40307126d7
8 changed files with 24 additions and 9 deletions

1
browser/atom/atom.js Normal file
View File

@@ -0,0 +1 @@
console.log(process.argv);

View File

0
browser/atom/index.html Normal file
View File

View File

@@ -15,7 +15,7 @@
namespace atom {
AtomBrowserMainParts::AtomBrowserMainParts()
: node_bindings_(new NodeBindings) {
: node_bindings_(new NodeBindings(true)) {
}
AtomBrowserMainParts::~AtomBrowserMainParts() {