mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-26 18:44:48 +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: command
|
||||
--aws command
|
||||
|
||||
\*/
|
||||
(function(){
|
||||
|
||||
/*jslint node: true, browser: true */
|
||||
/*global $tw: false */
|
||||
"use strict";
|
||||
@@ -238,6 +236,3 @@ Command.prototype.subCommands["s3-savetiddlers"] = function() {
|
||||
};
|
||||
|
||||
exports.Command = Command;
|
||||
|
||||
})();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user