Initial javascript startup code.

This commit is contained in:
Cheng Zhao 2013-04-15 15:39:54 +08:00
parent a7516f3da5
commit ef2056c3f5
5 changed files with 52 additions and 7 deletions

View file

@ -0,0 +1,5 @@
var atom = require('atom');
atom.browserMainParts.preMainMessageLoopRun = function() {
console.log('Create new window');
}