Remove typo

This commit is contained in:
João Francisco Siebel 2018-06-18 09:44:22 -03:00
parent 0f853a4a4c
commit 241797b294

View File

@ -74,7 +74,7 @@ package org.bigbluebutton.air.common.views
resizeForPortrait(); resizeForPortrait();
} }
} }
0
public function resizeForPortrait():void { public function resizeForPortrait():void {
// if we have device where screen width less than screen height e.g. phone // if we have device where screen width less than screen height e.g. phone
if (width < height) { if (width < height) {