More of that terrible hack to load macro definitions

This commit is contained in:
Jeremy Ruston 2012-01-03 11:10:37 +00:00
parent a865c05be7
commit c9101dcb24
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ tiddlerOutput.register(store);
var Sandbox = require("./js/Sandbox.js").Sandbox;
store.sandbox = new Sandbox(fs.readFileSync("parsers/javascript.pegjs","utf8"));
store.installMacros();
// Add the shadow tiddlers that are built into TiddlyWiki
var shadowShadowStore = new WikiStore({
shadowStore: null