1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

using variable declaration for readability

This commit is contained in:
Tobias Beer 2015-01-26 18:58:08 +01:00
parent 95eb8810b6
commit 32c41479cc

View File

@ -48,4 +48,4 @@ exports.each = function(source,operator,options) {
return results;
};
})();
})();