We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be89fed commit a55f7cdCopy full SHA for a55f7cd
index.html
@@ -123,7 +123,7 @@
123
xhr=new XMLHttpRequest();
124
xhr.open("POST", "https://closure-compiler.appspot.com/compile", true);
125
xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
126
- conole.log(encodeURIComponent(input));
+ console.log(encodeURIComponent(input));
127
xhr.send("language=ECMASCRIPT6&output_info=compiled_code&js_code="+encodeURIComponent(input));
128
xhr.onload=function(){
129
min=xhr.response.replace(/\r|\n|(;*\n*$)/,"");
0 commit comments