From e8f548fa9c27d48fa7397047dfbd3ebaba0a86fd Mon Sep 17 00:00:00 2001 From: Ali-D-Akbar Date: Fri, 16 Apr 2021 13:06:30 +0500 Subject: [PATCH] refactor: disable xsslint: PROD-2309 --- common/static/js/capa/src/jsinput.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/static/js/capa/src/jsinput.js b/common/static/js/capa/src/jsinput.js index 8ff7336a30..a798d83ee4 100644 --- a/common/static/js/capa/src/jsinput.js +++ b/common/static/js/capa/src/jsinput.js @@ -82,7 +82,7 @@ var JSInput = (function($, undefined) { // Setting state presumes getting state, so don't get state // unless set state is defined. if (stateGetter && stateSetter) { - state = unescape(_deepKey(cWindow, stateGetter)()); + state = unescape(_deepKey(cWindow, stateGetter)()); // xss-lint: disable=javascript-escape store = { answer: answer, state: state