This website requires JavaScript.
Explore
Help
Sign In
dnrops
/
cryptpad
mirror of
https://github.com/xwiki-labs/cryptpad
Watch
1
Star
0
Fork
You've already forked cryptpad
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
conferencing
cryptpad
/
www
/
worker
/
messages.js
8 lines
108 B
JavaScript
Raw
Permalink
Blame
History
define
(
function
(
)
{
var
out
=
{
}
;
out
.
test
=
"Key from /worker/messages.js"
;
return
out
;
}
)
;
Reference in New Issue
View Git Blame
Copy Permalink