You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/05/10 20:08:06 UTC

[GitHub] [accumulo] tchaie commented on a diff in pull request #2687: Add declaration for scansList prior to usage

tchaie commented on code in PR #2687:
URL: https://github.com/apache/accumulo/pull/2687#discussion_r869638236


##########
server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/scans.js:
##########
@@ -18,6 +18,8 @@
  */
 "use strict";
 
+var scansList;

Review Comment:
   `scansList` is also used in the `refreshScansTable` function. Wouldn't it complain from being out of scope?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org