Remove getUserAgent. just use navigator.userAgent

This commit is contained in:
Ben Ogle 2013-12-05 18:54:57 -08:00
parent 71064adae2
commit 18057e303b

View File

@ -352,10 +352,6 @@ class Atom
getVersion: ->
app.getVersion()
# Public: Gets the user agent of the atom instance.
getUserAgent: ->
"GitHubAtom/#{app.getVersion()}"
# Public: Get the directory path to Atom's configuration area.
#
# Returns the absolute path to ~/.atom