mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
* Fixes the following errors: * 590:13 error 'elJSONEditor' is assigned a value but never used no-unused-vars * 592:13 error 'elColorSections' is assigned a value but never used no-unused-vars * 641:13 error 'elHyperlinkSections' is assigned a value but never used no-unused-vars * 653:13 error 'elTextBackgroundColor' is assigned a value but never used no-unused-vars * 670:13 error 'elZoneKeyLightDirectionZ' is assigned a value but never used no-unused-vars * 695:13 error 'elZoneHazeAttenuateKeyLight' is assigned a value but never used no-unused-vars * 696:13 error 'elZoneHazeKeyLightRange' is assigned a value but never used no-unused-vars * 697:13 error 'elZoneHazeKeyLightAltitude' is assigned a value but never used no-unused-vars * This reduces eslint errors from 67 to 50 * Removes instances of stale commented code found when removing the above related items. * Removes allSections array which doesn't appear to be actively used save registering _certain_ sections. * Removed registered section vars which weren't actually in use aside from being registered. Changes Committed: modified: scripts/system/html/js/entityProperties.js |
||
---|---|---|
.. | ||
assets | ||
commerce | ||
controllers | ||
html | ||
libraries | ||
marketplaces | ||
particle_explorer | ||
tablet-ui | ||
attachedEntitiesManager.js | ||
audio.js | ||
audioMuteOverlay.js | ||
audioScope.js | ||
avatarFinderBeacon.js | ||
away.js | ||
bubble.js | ||
chat.js | ||
dialTone.js | ||
directory.js | ||
edit.js | ||
fingerPaint.js | ||
firstPersonHMD.js | ||
generalSettings.js | ||
goto.js | ||
help.js | ||
hmd.js | ||
makeUserConnection.js | ||
menu.js | ||
mod.js | ||
nameTag.js | ||
notifications.js | ||
pal.js | ||
progress.js | ||
snapshot.js | ||
tablet-goto.js | ||
tablet-users.js | ||
voxels.js |