(function () { var rejectionLocation = "hifi://quest-dev"; var _entityID; // The Bouncer Zone entity ID. var _this = this; _this.preload = function(entityID) { _entityID = entityID; }, // Fires when entering the Bouncer Zone entity _this.enterEntity = function() { Window.location.handleLookupString(rejectionLocation); }; });