aboutsummaryrefslogtreecommitdiffstats
path: root/src/sanitizer.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/sanitizer.js')
-rw-r--r--src/sanitizer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sanitizer.js b/src/sanitizer.js
index 61b61c90..b4764271 100644
--- a/src/sanitizer.js
+++ b/src/sanitizer.js
@@ -205,7 +205,7 @@ function makeMap(str){
/**
* decodes all entities into regular string
* @param value
- * @returns
+ * @returns {string} A string with decoded entities.
*/
var hiddenPre=document.createElement("pre");
function decodeEntities(value) {