From 6469dbddc1919b3142b5af5c58da1a9700e20fcd Mon Sep 17 00:00:00 2001 From: LaShonda Hopper Date: Thu, 30 Nov 2017 19:43:40 -0500 Subject: [PATCH] [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 --- scripts/system/html/js/entityProperties.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/system/html/js/entityProperties.js b/scripts/system/html/js/entityProperties.js index cc4a8784d0..d4ac014c04 100644 --- a/scripts/system/html/js/entityProperties.js +++ b/scripts/system/html/js/entityProperties.js @@ -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;