minimize diff

This commit is contained in:
Dante Ruiz 2017-03-09 00:08:50 +00:00
parent 5f7a0ea8fc
commit 561bd27c38

View file

@ -21,7 +21,6 @@ var desktopMenuItemName = "Desktop";
['OpenVR (Vive)', 'Oculus Rift'].forEach(function (name) {
if (!headset && Menu.menuItemExists(displayMenuName, name)) {
headset = name;
}
});
@ -40,7 +39,7 @@ function updateControllerDisplay() {
}
var button;
var button;
var tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system");