1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-01-22 10:54:46 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Jeremy Ruston
7fe17993dc Intentionally throw an error when running tests in the browser 2023-10-30 10:06:27 +00:00

View File

@@ -52,7 +52,7 @@ exports.tag = function(source,operator,options) {
}
}
}
return results;
return $tw.browser ? results.reverse() : results;
};
})();