mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-21 08:08:06 +00:00
Remove function wrapper (#8625)
* remove function wrapper * add back anonymous function to sjcl.tid
This commit is contained in:
@@ -6,8 +6,6 @@ module-type: startup
|
||||
AWS initialisation
|
||||
|
||||
\*/
|
||||
(function(){
|
||||
|
||||
/*jslint node: true, browser: true */
|
||||
/*global $tw: false */
|
||||
"use strict";
|
||||
@@ -33,5 +31,3 @@ exports.startup = function() {
|
||||
logger.alert("The plugin 'tiddlywiki/aws' requires the 'tiddlywiki/jszip' plugin to be installed");
|
||||
}
|
||||
};
|
||||
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user