From 61e2fb2366835122a270dc4e266ec64755d8f727 Mon Sep 17 00:00:00 2001 From: Dante Ruiz Date: Fri, 16 Dec 2016 21:51:01 +0000 Subject: [PATCH] correct indentation for HomeButton.js --- scripts/system/tablet-ui/HomeButton.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/system/tablet-ui/HomeButton.js b/scripts/system/tablet-ui/HomeButton.js index e3b4c78329..02748020c0 100644 --- a/scripts/system/tablet-ui/HomeButton.js +++ b/scripts/system/tablet-ui/HomeButton.js @@ -12,21 +12,21 @@ _this = this; this.preload = function(entityID) { - print(entityID); - this.entityID = entityID; + print(entityID); + this.entityID = entityID; } this.clickDownOnEntity = function(entityID, mouseEvent) { - Messages.sendLocalMessage("home", _this.entityID); + Messages.sendLocalMessage("home", _this.entityID); } this.startNearTrigger = function() { - Messages.sendLocalMessage("home", _this.entityID); + Messages.sendLocalMessage("home", _this.entityID); } this.startFarTrigger = function() { - Messages.sendLocalMessage("home", _this.entityID); + Messages.sendLocalMessage("home", _this.entityID); } });