mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 10:57:58 +00:00
6 lines
72 B
JavaScript
6 lines
72 B
JavaScript
"use strict";
|
|
|
|
exports.reset = () => {
|
|
exports.page_params = {};
|
|
};
|