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