1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-08 14:55:17 +00:00
This commit is contained in:
Jeremy Ruston 2025-03-09 14:56:15 +00:00
parent 8e9b30fec8
commit e7b713c277

View File

@ -35,9 +35,7 @@ exports.let = function(operationSubFunction,options) {
}; };
} else { } else {
// Return nothing if there is no variable name // Return nothing if there is no variable name
return function(results,source,widget) { return function(results,source,widget) {};
};
} }
}; };