Skip to content

Commit

Permalink
fix(Revert): "git-host: fix forgotten extend()"
Browse files Browse the repository at this point in the history
This reverts commit eba1f7b.
  • Loading branch information
iarna committed Jul 6, 2018
1 parent 5d2cc4a commit a815ec9
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, Object.assign({
return this._fill(this.browsefiletemplate, extend({
fragment: F,
path: P
}, opts))
Expand Down

0 comments on commit a815ec9

Please sign in to comment.