mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-16 21:58: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: library
|
||||
AWS utility functions
|
||||
|
||||
\*/
|
||||
(function(){
|
||||
|
||||
/*jslint node: true, browser: true */
|
||||
/*global $tw: false */
|
||||
"use strict";
|
||||
@@ -72,5 +70,3 @@ function putFile(region,bucketName,title,text,type,callback) {
|
||||
|
||||
exports.putFile = putFile;
|
||||
exports.getFile = getFile;
|
||||
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user