removed tabs

This commit is contained in:
Dante Ruiz 2017-01-25 16:11:37 +00:00
parent bda8b65e79
commit bc75cf5bed
2 changed files with 5 additions and 5 deletions

View file

@ -196,7 +196,7 @@ var toolBar = (function () {
function cleanup() {
that.setActive(false);
tablet.removeButton(activeButton);
tablet.removeButton(activeButton);
}
function addButton(name, image, handler) {

View file

@ -106,8 +106,8 @@
}
Script.scriptEnding.connect(function () {
Entities.deleteEntity(HMD.tabletID);
HMD.tabletID = null;
HDM.homeButtonID = null;
})
Entities.deleteEntity(HMD.tabletID);
HMD.tabletID = null;
HDM.homeButtonID = null;
});
}()); // END LOCAL_SCOPE