|
@@ -35,7 +35,9 @@ function xmlHttpRequestJson(req) {
|
|
|
// </Utils>
|
|
// </Utils>
|
|
|
|
|
|
|
|
// <Global context>
|
|
// <Global context>
|
|
|
-let context;
|
|
|
|
|
|
|
+/* eslint-disable no-var */
|
|
|
|
|
+var context;
|
|
|
|
|
+/* eslint-enable no-var */
|
|
|
|
|
|
|
|
(function parseJsonVars() {
|
|
(function parseJsonVars() {
|
|
|
const jsonVars = document.getElementById('jsonVars');
|
|
const jsonVars = document.getElementById('jsonVars');
|