summaryrefslogtreecommitdiff
path: root/ext/js/debug
diff options
context:
space:
mode:
Diffstat (limited to 'ext/js/debug')
-rw-r--r--ext/js/debug/timer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/js/debug/timer.js b/ext/js/debug/timer.js
index f57e9e79..acf3621b 100644
--- a/ext/js/debug/timer.js
+++ b/ext/js/debug/timer.js
@@ -16,7 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-class Timer {
+export class Timer {
constructor(name) {
this.samples = [];
this.parent = null;