Revert "Create proper shim for xss library"

This reverts commit 30e91125356e3e034bd804d4725065e327280ad4.
This commit is contained in:
Guo Xiang Tan
2020-09-15 11:38:40 +08:00
parent b2f556232f
commit e3b4632f04
4 changed files with 4 additions and 5 deletions

View File

@ -25,10 +25,6 @@ define("bootbox", ["exports"], function (__exports__) {
__exports__.default = window.bootbox;
});
define("xss", ["exports"], function (__exports__) {
__exports__.default = window.filterXSS;
});
define("mousetrap", ["exports"], function (__exports__) {
__exports__.default = window.Mousetrap;
});