Use - as filename seperator for coffee script files. Fixes #15.

Also clean unused files and wrong file names.
This commit is contained in:
Cheng Zhao 2013-05-30 20:16:54 +08:00
parent 9ea1f9956e
commit bb69d99423
15 changed files with 28 additions and 39 deletions

View file

@ -1,5 +1,5 @@
binding = process.atomBinding 'dialog'
BrowserWindow = require 'browser_window'
BrowserWindow = require 'browser-window'
fileDialogProperties =
openFile: 1, openDirectory: 2, multiSelections: 4, createDirectory: 8