minify
This commit is contained in:
4
autosize.min.js
vendored
4
autosize.min.js
vendored
@@ -1,2 +1,2 @@
|
||||
function autosize(tx){for(var i=0;i<tx.length;i++){tx[i].setAttribute("style","height:"+tx[i].scrollHeight+"px;overflow-y:hidden;");tx[i].addEventListener("input",OnInputAutoSize,false)}}function OnInputAutoSize(){this.style.height="auto";this.style.height=this.scrollHeight+"px"};
|
||||
//# sourceMappingURL=autosize.min.js.map
|
||||
function autosize(tx){for(let i=0;i<tx.length;i++)tx[i].setAttribute("style","height:"+tx[i].scrollHeight+"px;overflow-y:hidden;"),tx[i].addEventListener("input",OnInputAutoSize,!1)}function OnInputAutoSize(){this.style.height="auto",this.style.height=this.scrollHeight+"px"}
|
||||
//# sourceMappingURL=autosize.min.js.map
|
||||
Reference in New Issue
Block a user