Skip to content

Commit

Permalink
fix(git-host): fix forgotten extend()
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Mar 7, 2018
1 parent 74d4220 commit eba1f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-host.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ GitHost.prototype.browse = function (P, F, opts) {
opts = F
F = null
}
return this._fill(this.browsefiletemplate, extend({
return this._fill(this.browsefiletemplate, Object.assign({
fragment: F,
path: P
}, opts))
Expand Down

0 comments on commit eba1f7b

Please sign in to comment.