Fix atom.getVersion.

This commit is contained in:
Cheng Zhao
2013-05-25 11:50:23 +08:00
parent 5170478f19
commit 45f96ab67f

View File

@@ -158,7 +158,7 @@ class AtomApplication
ipc.on 'new-window', =>
@open()
ipc.on 'get-version', (event) ->
ipc.on 'get-version', (event) =>
event.result = @version
sendCommand: (command) ->