Update let.js

This commit is contained in:
Jeremy Ruston
2025-11-22 12:03:53 +00:00
parent 5d8f613df8
commit 91fc7bb6cd

View File

@@ -6,7 +6,6 @@ module-type: filterrunprefix
Assign a value to a variable
\*/
(function(){
/*jslint node: true, browser: true */
/*global $tw: false */
@@ -40,5 +39,3 @@ exports.let = function(operationSubFunction,options) {
};
};
};
})();