mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-09 05:48:06 +02:00
removed unneeded whitespace
This commit is contained in:
parent
737f11fb7a
commit
ccecce77de
2 changed files with 2 additions and 5 deletions
|
@ -71,8 +71,6 @@ WebTablet = function (url, width, dpi, location, clientOnly) {
|
|||
|
||||
this.tabletEntityID = Entities.addEntity(tabletProperties, clientOnly);
|
||||
|
||||
|
||||
|
||||
var WEB_ENTITY_REDUCTION_FACTOR = {x: 0.78, y: 0.85};
|
||||
var WEB_ENTITY_Z_OFFSET = -0.01;
|
||||
var HOME_BUTTON_Y_OFFSET = -0.32;
|
||||
|
|
|
@ -30,7 +30,6 @@ var TOOLBAR_MARGIN_Y = 0;
|
|||
var marketplaceVisible = false;
|
||||
var marketplaceWebTablet;
|
||||
|
||||
|
||||
// We persist clientOnly data in the .ini file, and reconsistitute it on restart.
|
||||
// To keep things consistent, we pickle the tablet data in Settings, and kill any existing such on restart and domain change.
|
||||
var persistenceKey = "io.highfidelity.lastDomainTablet";
|
||||
|
|
Loading…
Reference in a new issue