fixed a race condition with the shortcut options

This commit is contained in:
Chad Pilkey 2013-07-08 09:44:31 -07:00
parent 95868fc98d
commit 0e69428914

View File

@ -74,10 +74,10 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
private function configLoadedEventHandler(e:Event):void {
LogUtil.debug("***** Config Loaded ****");
mainShell.initOptions(null);
ShortcutOptions.initialize();
}
private function appComplete():void{
ShortcutOptions.initialize();
hotkeyCapture();
}