delete wrong comment

This commit is contained in:
Timur 2019-05-26 01:55:26 +10:00 committed by GitHub
parent f0affb745d
commit a747a2c4d3
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'));
*/!*