Fix for issue #2225

This commit is contained in:
gseguin 2011-10-21 15:22:36 -07:00
parent ac1832a686
commit e897c66c6f

View file

@ -565,7 +565,7 @@
//simply set the active page's minimum height to screen height, depending on orientation
function getScreenHeight(){
var orientation = jQuery.event.special.orientationchange.orientation(),
var orientation = $.event.special.orientationchange.orientation(),
port = orientation === "portrait",
winMin = port ? 480 : 320,
screenHeight = port ? screen.availHeight : screen.availWidth,