Initial javascript startup code.
This commit is contained in:
parent
a7516f3da5
commit
ef2056c3f5
5 changed files with 52 additions and 7 deletions
|
@ -0,0 +1,5 @@
|
|||
var atom = require('atom');
|
||||
|
||||
atom.browserMainParts.preMainMessageLoopRun = function() {
|
||||
console.log('Create new window');
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue