Skip to content

Commit eba1f7b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-host.js

+1-1
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)