Fix
This commit is contained in:
tokotchd 2015-08-07 12:14:11 -04:00
parent 7a11a3dd7e
commit 9ba4760503

View File

@ -1,6 +1,6 @@
var screenOrientation = {};
screenOrientation.lockOrientation = function (orientation) {
screenOrientation.setOrientation = function (orientation) {
var orientationNumber;
switch (orientation) {
case 'landscape':