From bc75cf5bed1ef49795b26cf4b6db513a8ce29b9a Mon Sep 17 00:00:00 2001 From: Dante Ruiz Date: Wed, 25 Jan 2017 16:11:37 +0000 Subject: [PATCH] removed tabs --- scripts/system/edit.js | 2 +- scripts/system/tablet-ui/tabletUI.js | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/system/edit.js b/scripts/system/edit.js index becf2d54dd..fdd20f8796 100644 --- a/scripts/system/edit.js +++ b/scripts/system/edit.js @@ -196,7 +196,7 @@ var toolBar = (function () { function cleanup() { that.setActive(false); - tablet.removeButton(activeButton); + tablet.removeButton(activeButton); } function addButton(name, image, handler) { diff --git a/scripts/system/tablet-ui/tabletUI.js b/scripts/system/tablet-ui/tabletUI.js index 3cbda5d4fc..017f9c0958 100644 --- a/scripts/system/tablet-ui/tabletUI.js +++ b/scripts/system/tablet-ui/tabletUI.js @@ -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