mirror of
https://github.com/thelounge/thelounge
synced 2024-12-02 08:49:19 +00:00
7 lines
113 B
JavaScript
7 lines
113 B
JavaScript
"use strict";
|
|
|
|
Handlebars.registerHelper(
|
|
"toJSON", function(context) {
|
|
return JSON.stringify(context);
|
|
}
|
|
);
|