This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
thelounge
Watch
2
Star
0
Fork
You've already forked thelounge
0
mirror of
https://github.com/thelounge/thelounge
synced
2024-12-20 17:33:15 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
36e0ce46b4
thelounge
/
client
/
js
/
libs
/
handlebars
/
tojson.js
6 lines
95 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Use require() instead of import in client code Closes #895
2017-03-18 09:21:18 +00:00
"use strict"
;
Webpack
2016-12-18 15:53:28 +00:00
module
.
exports
=
function
(
context
)
{
return
window
.
JSON
.
stringify
(
context
)
;
}
;
Reference in a new issue
Copy permalink