to-draw will fire off on initialization now

This commit is contained in:
Danny Yoo 2011-08-26 23:49:47 -04:00
parent a41c961452
commit 938aba65a3

View File

@ -813,6 +813,7 @@
stopEventHandler : stopEventHandler }; stopEventHandler : stopEventHandler };
view.initialRender(top); view.initialRender(top);
startEventHandlers(); startEventHandlers();
refreshView(function() {}, onMessyRestart);
}); });
}; };