Merge pull request #2262 from vsemozhetbyt/patch-14

Correct comment in 1.13.1
This commit is contained in:
Ilya Kantor 2020-11-10 12:07:10 +03:00 committed by GitHub
commit e9a528fba0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -260,7 +260,7 @@ Compare to regular script below:
<script> <script>
*!* *!*
alert(typeof button); // Error: button is undefined, the script can't see elements below alert(typeof button); // button is undefined, the script can't see elements below
*/!* */!*
// regular scripts run immediately, before the rest of the page is processed // regular scripts run immediately, before the rest of the page is processed
</script> </script>