diff options
| author | bob <bcz@cs.brown.edu> | 2019-07-19 14:43:26 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-07-19 14:43:26 -0400 |
| commit | 89b2500e71e4d167c7ae179c3eb2b5052b128ad0 (patch) | |
| tree | 8b243d52a47024b06d9941134d56c4e25f80d930 /src/client/util/History.ts | |
| parent | ae07ba8fb410752ea98702219247ce5f89d1758b (diff) | |
| parent | 8854d3277541a67aef4187b5d3592bea5a7fcfa2 (diff) | |
Merge branch 'master' into stackingSections
Diffstat (limited to 'src/client/util/History.ts')
| -rw-r--r-- | src/client/util/History.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/History.ts b/src/client/util/History.ts index cbf5b3fc8..e9ff21b22 100644 --- a/src/client/util/History.ts +++ b/src/client/util/History.ts @@ -129,7 +129,7 @@ export namespace HistoryUtil { function addStringifier(type: string, keys: string[], customStringifier?: (state: ParsedUrl, current: string) => string) { stringifiers[type] = state => { - let path = DocServer.prepend(`/${type}`); + let path = Utils.prepend(`/${type}`); if (customStringifier) { path = customStringifier(state, path); } |
