mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
[Case 7049] ESLint: Fixes unknown/undefined symbol errors (details below).
* Fixes the following: * 1775:5 error 'augmentSpinButtons' is not defined no-undef * 1777:5 error 'setUpKeyboardControl' is not defined no-undef ESLint Issue Count is now 0. Changes Committed: modified: scripts/system/html/js/entityProperties.js
This commit is contained in:
parent
991143655f
commit
6469dbddc1
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
|||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
|
||||
/* global alert, clearTimeout, console, document, Element, EventBridge,
|
||||
HifiEntityUI, JSONEditor, openEventBridge, setTimeout, window, _ $ */
|
||||
/* global alert, augmentSpinButtons, clearTimeout, console, document, Element, EventBridge,
|
||||
HifiEntityUI, JSONEditor, openEventBridge, setUpKeyboardControl, setTimeout, window, _ $ */
|
||||
|
||||
var PI = 3.14159265358979;
|
||||
var DEGREES_TO_RADIANS = PI / 180.0;
|
||||
|
|
Loading…
Reference in a new issue