Skip to content

Commit eba1f7b

Browse files
committed
fix(git-host): fix forgotten extend()
1 parent 74d4220 commit eba1f7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

git-host.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ GitHost.prototype.browse = function (P, F, opts) {
7979
opts = F
8080
F = null
8181
}
82-
return this._fill(this.browsefiletemplate, extend({
82+
return this._fill(this.browsefiletemplate, Object.assign({
8383
fragment: F,
8484
path: P
8585
}, opts))

0 commit comments

Comments
 (0)