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:
parent
bdbb1139e1
commit
5b93a58203
@ -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;
|
||||
|
||||
})();
|
||||
|
||||
})();
|
||||
|
Loading…
x
Reference in New Issue
Block a user