removed unneeded whitespace

This commit is contained in:
Dante Ruiz 2016-12-12 23:21:14 +00:00
parent 737f11fb7a
commit ccecce77de
2 changed files with 2 additions and 5 deletions

View file

@ -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;

View file

@ -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";