Files
zulip/frontend_tests/zjsunit/zpage_params.js
Anders Kaseorg 38ffd47b90 js: Convert static/js/page_params.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-03-26 10:17:56 -07:00

6 lines
72 B
JavaScript

"use strict";
exports.reset = () => {
exports.page_params = {};
};