mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
8 lines
108 B
JavaScript
8 lines
108 B
JavaScript
define(function () {
|
|
var out = {};
|
|
|
|
out.test = "Key from /worker/messages.js";
|
|
|
|
return out;
|
|
});
|