able to open up views now from comand line

This commit is contained in:
Peter Cottle 2013-01-02 11:57:16 -08:00
parent 4aeb56c840
commit 764fbf63bc
9 changed files with 813 additions and 643 deletions

View file

@ -25,7 +25,7 @@ _.each(toGlobalize, function(module) {
$(document).ready(function() {
window.events = toGlobalize.Main.getEvents();
window.mainVis = toGlobalize.Main.getMainVis();
window.ui = toGlobalize.Main.getMainVis();
window.eventBaton = toGlobalize.Main.getEventBaton();
window.sandbox = toGlobalize.Main.getSandbox();
});