Revert "compress"

This reverts commit e5cba22736.
This commit is contained in:
Vanessa
2015-06-19 12:59:34 +08:00
parent e5cba22736
commit dd50c476b8
23 changed files with 125 additions and 22 deletions

View File

@@ -1 +0,0 @@
function convertEntities(t){var e,n;if(e=function(t){if(/&[^;]+;/.test(t)){var e=document.createElement("div");return e.innerHTML=t,e.firstChild?e.firstChild.nodeValue:t}return t},"string"==typeof t)return e(t);if("object"==typeof t)for(n in t)"string"==typeof t[n]&&(t[n]=e(t[n]));return t}