From 9ba47605034f63bf0810e7ed22906383a84d8c58 Mon Sep 17 00:00:00 2001 From: tokotchd Date: Fri, 7 Aug 2015 12:14:11 -0400 Subject: [PATCH] Fix Fix --- www/screenorientation.windows.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/screenorientation.windows.js b/www/screenorientation.windows.js index 80edcf5..cbe0ed0 100644 --- a/www/screenorientation.windows.js +++ b/www/screenorientation.windows.js @@ -1,6 +1,6 @@ var screenOrientation = {}; -screenOrientation.lockOrientation = function (orientation) { +screenOrientation.setOrientation = function (orientation) { var orientationNumber; switch (orientation) { case 'landscape':