1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-25 09:30:28 +00:00

Let's switch to the new parser

This commit is contained in:
Jeremy Ruston 2012-06-04 16:12:46 +01:00
parent 0838d435e9
commit c6a2083e26

View File

@ -36,7 +36,7 @@ if(typeof(window) === "undefined" && !global.$tw) {
} }
// Temporary switch for replacing the old wiki text parser with the new one // Temporary switch for replacing the old wiki text parser with the new one
$tw.useNewParser = false; $tw.useNewParser = true;
// Boot information // Boot information
$tw.boot = {}; $tw.boot = {};