overte/scripts/system/html/js
LaShonda Hopper 618978c959 [Case 7049] ESLint: Fixes unused var errors (details below).
* 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
2017-11-30 19:09:58 -05:00
..
colpick.js Protect stroke width from wrong user input. Protect color pick from wrong user input. 2017-09-21 15:54:53 +01:00
entityList.js Avoid potentially slow entity list refresh upon deleting entities 2017-11-07 18:10:10 +13:00
entityProperties.js [Case 7049] ESLint: Fixes unused var errors (details below). 2017-11-30 19:09:58 -05:00
eventBridgeLoader.js Simplify eventBridge mechanism exposing functionality to web pages 2017-06-12 14:46:37 -07:00
gridControls.js Addressed CR of 9684 2017-03-02 21:39:56 +02:00
jquery-2.1.4.min.js
jsoneditor.min.js new user data editor 2016-08-22 17:30:08 -07:00
keyboardControl.js Raise and lower keyboard on password fields 2016-12-13 22:48:17 +13:00
list.min.js
marketplacesInject.js 9264 dismiss keyboard after user finished typing in marketplace search bar and hit search or return key 2017-11-16 00:13:46 +03:00
SnapshotReview.js Tweak the Snapshot 'Share' button to make its purpose more clear 2017-07-05 12:39:15 -07:00
spinButtons.js