Skip to content

Commit a815ec9

Browse files
committed
fix(Revert): "git-host: fix forgotten extend()"
This reverts commit eba1f7b.
1 parent 5d2cc4a commit a815ec9

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, Object.assign({
82+
return this._fill(this.browsefiletemplate, extend({
8383
fragment: F,
8484
path: P
8585
}, opts))

0 commit comments

Comments
 (0)