mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-29 02:14:45 +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() {
|
||||
|
||||
var module;
|
||||
var module, window = {};
|
||||
|
||||
global.sjcl = (function() {
|
||||
|
||||
{{ $:/library/sjcl.js ||$:/core/templates/plain-text-tiddler}}
|
||||
|
||||
return sjcl;
|
||||
return window.sjcl;
|
||||
|
||||
})();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user