mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 22:33:50 +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
|
\rules only filteredtranscludeinline transcludeinline
|
||||||
|
|
||||||
|
(function() {
|
||||||
|
|
||||||
var module, window = {};
|
var module, window = {};
|
||||||
|
|
||||||
global.sjcl = (function() {
|
global.sjcl = (function() {
|
||||||
@ -11,3 +13,5 @@ global.sjcl = (function() {
|
|||||||
return window.sjcl;
|
return window.sjcl;
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
})();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user