1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-08 19:56:39 +00:00

add back anonymous function to sjcl.tid

This commit is contained in:
pmario 2024-10-01 14:03:35 +02:00
parent bdbb1139e1
commit 5b93a58203

View File

@ -2,6 +2,8 @@ title: $:/plugins/tiddlywiki/aws/lambda/sjcl
\rules only filteredtranscludeinline transcludeinline
(function() {
var module, window = {};
global.sjcl = (function() {
@ -11,3 +13,5 @@ global.sjcl = (function() {
return window.sjcl;
})();
})();