Remove function wrapper (#8625)

* remove function wrapper

* add back anonymous function to sjcl.tid
This commit is contained in:
Mario Pietsch
2024-10-01 14:16:39 +02:00
committed by GitHub
parent 7bf2fee15e
commit fca39c7f72
4 changed files with 0 additions and 17 deletions

View File

@@ -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;
})();