diff --git a/js/devel/helpers.js b/js/devel/helpers.js index a586f3f..0892505 100644 --- a/js/devel/helpers.js +++ b/js/devel/helpers.js @@ -28,7 +28,6 @@ function toBool(str) { return null; } - function escapeHTML(string) { var str = '' + string var matchHtmlRegExp = /["'&<>]/