Update atom specs

This commit is contained in:
probablycorey
2013-05-22 15:31:59 -07:00
parent 102068f9e5
commit 7f083acdc4
2 changed files with 15 additions and 20 deletions

View File

@@ -259,5 +259,5 @@ window.atom =
catch error
console.error "Failed to load `#{userInitScriptPath}`", error.stack, error
getVersion: (callback) ->
@sendMessageToBrowserProcess('getVersion', null, callback)
getVersion: ->
@sendMessageToBrowserProcess('getVersion')