mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Update atom specs
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user