From 3173393a584a230ec560d095cafe9aa42c658b4e Mon Sep 17 00:00:00 2001 From: Gunther Brunner Date: Thu, 15 May 2014 18:27:34 +0900 Subject: [PATCH] No window on there. --- res/app/components/stf/screen/screen-directive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/app/components/stf/screen/screen-directive.js b/res/app/components/stf/screen/screen-directive.js index ea813ec8..5280ccb4 100644 --- a/res/app/components/stf/screen/screen-directive.js +++ b/res/app/components/stf/screen/screen-directive.js @@ -239,7 +239,7 @@ module.exports = function DeviceScreenDirective($document, ScalingService, Vendo } if (BrowserInfo.deviceorientation) { - window.unbind('deviceorientation', guestDisplayRotatated) + //window.unbind('deviceorientation', guestDisplayRotatated) } }