Fixed: Parentheses do not match

This commit is contained in:
upupming 2018-07-20 23:10:09 +08:00
parent 101f8ba623
commit fda9eb26eb
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
alert(responses[0].status); // 200
alert(responses[1].status); // 200
alert(responses[2]); // TypeError: failed to fetch (text may vary)
));
});
</script>
</body>