Merge pull request #15436 from edx/robrap/rename-xss-linter

Rename xss linter.
This commit is contained in:
Robert Raposa
2017-06-30 16:22:38 -04:00
committed by GitHub
19 changed files with 303 additions and 303 deletions

View File

@@ -343,7 +343,7 @@ define(['jquery', 'underscore', 'backbone', 'gettext', 'js/views/pages/base_page
updateHtml: function(element, html) {
// Replace the element with the new HTML content, rather than adding
// it as child elements.
this.$el = $(html).replaceAll(element); // safe-lint: disable=javascript-jquery-insertion
this.$el = $(html).replaceAll(element); // xss-lint: disable=javascript-jquery-insertion
}
});
temporaryView = new TemporaryXBlockView({