Merge pull request #1015 from T1mL3arn/patch-1

Delete wrong comment
This commit is contained in:
Ilya Kantor 2019-05-25 22:05:36 +03:00 committed by GitHub
commit f10e34b042
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -203,7 +203,6 @@ So here's another working variant:
<script>
*!*
// put the handler on capturing phase (last argument true)
form.addEventListener("focusin", () => form.classList.add('focused'));
form.addEventListener("focusout", () => form.classList.remove('focused'));
*/!*