mirror of
https://github.com/overte-org/overte.git
synced 2025-04-27 18:55:55 +02: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 |
||
---|---|---|
.. | ||
colpick.js | ||
entityList.js | ||
entityProperties.js | ||
eventBridgeLoader.js | ||
gridControls.js | ||
jquery-2.1.4.min.js | ||
jsoneditor.min.js | ||
keyboardControl.js | ||
list.min.js | ||
marketplacesInject.js | ||
SnapshotReview.js | ||
spinButtons.js |