Skip to content

Commit a55f7cd

Browse files
committed
typo
1 parent be89fed commit a55f7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
xhr=new XMLHttpRequest();
124124
xhr.open("POST", "https://closure-compiler.appspot.com/compile", true);
125125
xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
126-
conole.log(encodeURIComponent(input));
126+
console.log(encodeURIComponent(input));
127127
xhr.send("language=ECMASCRIPT6&output_info=compiled_code&js_code="+encodeURIComponent(input));
128128
xhr.onload=function(){
129129
min=xhr.response.replace(/\r|\n|(;*\n*$)/,"");

0 commit comments

Comments
 (0)