Terrible hack to add the new school macro definitions

print-window-tiddler
Jeremy Ruston 2012-01-03 11:08:00 +00:00
rodzic b7137a7ab8
commit 304d54f8ca
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -72,7 +72,12 @@ navigators.registerNavigator("StoryNavigator",new StoryNavigator(navigators));
// Use the story navigator for all links
navigators.install("a","StoryNavigator");
store.installMacros();
//console.log(JSON.stringify(store.sandbox.parse("store.classesForLink(\"HelloThere\");")));
// Navigate to HelloThere
navigators.navigateTo("HelloThere","StoryNavigator");
})();