Fix linting, removes additional semicolon
This commit is contained in:
parent
fa7526202b
commit
84a8c393a8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ AutoUpdater.prototype.quitAndInstall = function () {
|
||||||
}
|
}
|
||||||
|
|
||||||
AutoUpdater.prototype.GetFeedURL = function () {
|
AutoUpdater.prototype.GetFeedURL = function () {
|
||||||
return this.updateURL;
|
return this.updateURL
|
||||||
}
|
}
|
||||||
|
|
||||||
AutoUpdater.prototype.setFeedURL = function (updateURL, headers) {
|
AutoUpdater.prototype.setFeedURL = function (updateURL, headers) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue