diff --git a/git-host.js b/git-host.js index 6b97531..740952e 100644 --- a/git-host.js +++ b/git-host.js @@ -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))