mirror of
https://github.com/atom/atom.git
synced 2026-02-18 02:21:43 -05:00
Match param and ivar names
This commit is contained in:
@@ -10,8 +10,7 @@ module.exports =
|
||||
class AutoUpdater
|
||||
_.extend @prototype, EventEmitter.prototype
|
||||
|
||||
setFeedUrl: (url) ->
|
||||
@updateUrl = url
|
||||
setFeedUrl: (@updateUrl) ->
|
||||
|
||||
quitAndInstall: ->
|
||||
updateDotExe = @getUpdateExePath()
|
||||
|
||||
Reference in New Issue
Block a user