mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-24 03:46:03 +08:00
Load atom.js on startup.
This commit is contained in:
1
browser/atom/atom.js
Normal file
1
browser/atom/atom.js
Normal file
@@ -0,0 +1 @@
|
||||
console.log(process.argv);
|
||||
0
browser/atom/atom_content_demo.js
Normal file
0
browser/atom/atom_content_demo.js
Normal file
0
browser/atom/index.html
Normal file
0
browser/atom/index.html
Normal file
@@ -15,7 +15,7 @@
|
||||
namespace atom {
|
||||
|
||||
AtomBrowserMainParts::AtomBrowserMainParts()
|
||||
: node_bindings_(new NodeBindings) {
|
||||
: node_bindings_(new NodeBindings(true)) {
|
||||
}
|
||||
|
||||
AtomBrowserMainParts::~AtomBrowserMainParts() {
|
||||
|
||||
Reference in New Issue
Block a user