Added another check for orientation change event for Android 2.1

This commit is contained in:
toddparker 2011-09-27 12:05:37 -04:00
parent 93c5ad118e
commit c1ad5713bd

View file

@ -64,7 +64,7 @@ $.mobile.browser.ie = (function() {
$.extend( $.support, {
orientation: "orientation" in window,
orientation: "orientation" in window && "onorientationchange" in window,
touch: "ontouchend" in document,
cssTransitions: "WebKitTransitionEvent" in window,
pushState: "pushState" in history && "replaceState" in history,