related to exceptions when you try to log out of the session
This commit is contained in:
Felipe Cecagno 2013-10-11 11:16:00 -03:00
parent 3cf7a53631
commit c350b6ceac

View File

@ -91,7 +91,9 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
private var xml:XML; private var xml:XML;
private function init():void{ private function init():void{
AlertAccImpl.enableAccessibility(); if (Capabilities.hasAccessibility) {
AlertAccImpl.enableAccessibility();
}
baseIndex = 101; baseIndex = 101;
numButtons = 0; numButtons = 0;