Skip to content

Commit b6f6fda

Browse files
committed
lint
1 parent a6945d9 commit b6f6fda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

public/hft/0.x.x/scripts/commonui.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ define([
9696
].join("\n");
9797
var orientationDiv;
9898

99-
function isSemiValidOrientation(o) {
100-
o = o || "";
101-
return o.indexOf("portrait") >= 0 || o.indexOf("landscape") >= 0;
102-
}
99+
//function isSemiValidOrientation(o) {
100+
// o = o || "";
101+
// return o.indexOf("portrait") >= 0 || o.indexOf("landscape") >= 0;
102+
//}
103103

104104
function setOrientationHTML(desiredOrientation) {
105105
desiredOrientation = desiredOrientation || "";

0 commit comments

Comments
 (0)