We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d4220 commit eba1f7bCopy full SHA for eba1f7b
1 file changed
git-host.js
@@ -79,7 +79,7 @@ GitHost.prototype.browse = function (P, F, opts) {
79
opts = F
80
F = null
81
}
82
- return this._fill(this.browsefiletemplate, extend({
+ return this._fill(this.browsefiletemplate, Object.assign({
83
fragment: F,
84
path: P
85
}, opts))
0 commit comments