Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jul 8, 2015
1 parent a6945d9 commit b6f6fda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/hft/0.x.x/scripts/commonui.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ define([
].join("\n");
var orientationDiv;

function isSemiValidOrientation(o) {
o = o || "";
return o.indexOf("portrait") >= 0 || o.indexOf("landscape") >= 0;
}
//function isSemiValidOrientation(o) {
// o = o || "";
// return o.indexOf("portrait") >= 0 || o.indexOf("landscape") >= 0;
//}

function setOrientationHTML(desiredOrientation) {
desiredOrientation = desiredOrientation || "";
Expand Down

0 comments on commit b6f6fda

Please sign in to comment.