mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 02:04:37 +00:00
Intentionally throw an error when running tests in the browser
This commit is contained in:
@@ -52,7 +52,7 @@ exports.tag = function(source,operator,options) {
|
||||
}
|
||||
}
|
||||
}
|
||||
return results;
|
||||
return $tw.browser ? results.reverse() : results;
|
||||
};
|
||||
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user