mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-03-13 15:08:09 +00:00
Intentionally throw an error when running tests in the browser
This commit is contained in:
parent
4b56cb4298
commit
7fe17993dc
@ -52,7 +52,7 @@ exports.tag = function(source,operator,options) {
|
||||
}
|
||||
}
|
||||
}
|
||||
return results;
|
||||
return $tw.browser ? results.reverse() : results;
|
||||
};
|
||||
|
||||
})();
|
||||
|
Loading…
x
Reference in New Issue
Block a user