Terrible hack to add the new school macro definitions

This commit is contained in:
Jeremy Ruston 2012-01-03 11:08:00 +00:00
parent b7137a7ab8
commit 304d54f8ca
1 changed files with 5 additions and 0 deletions

View File

@ -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");
})();