Match param and ivar names

This commit is contained in:
Kevin Sawicki
2014-11-13 09:45:40 -08:00
parent 1922536927
commit 916729fbd5

View File

@@ -10,8 +10,7 @@ module.exports =
class AutoUpdater
_.extend @prototype, EventEmitter.prototype
setFeedUrl: (url) ->
@updateUrl = url
setFeedUrl: (@updateUrl) ->
quitAndInstall: ->
updateDotExe = @getUpdateExePath()