mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-30 10:54:44 +00:00
AWS Plugin: Fix for SJCL changes
This commit is contained in:
parent
352272905e
commit
423075e89d
@ -4,13 +4,13 @@ title: $:/plugins/tiddlywiki/aws/lambda/sjcl
|
|||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
|
|
||||||
var module;
|
var module, window = {};
|
||||||
|
|
||||||
global.sjcl = (function() {
|
global.sjcl = (function() {
|
||||||
|
|
||||||
{{ $:/library/sjcl.js ||$:/core/templates/plain-text-tiddler}}
|
{{ $:/library/sjcl.js ||$:/core/templates/plain-text-tiddler}}
|
||||||
|
|
||||||
return sjcl;
|
return window.sjcl;
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user