Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Nov 20, 2022
1 parent 016a0c6 commit 62c2ad0
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -1344,8 +1344,8 @@ public void eventListener() throws Exception {
+ " }\n"
+ " function test() {\n"
+ " var e = document.getElementById('myAnchor');\n"
+ " e.addEventListener('click', clicking1, false);\n"
+ " e.addEventListener('click', clicking2, false);\n"
+ " e.addEventListener('click', clicking1, false);\n"
+ " e.addEventListener('click', clicking2, false);\n"
+ " }\n"
+ "</script></head><body onload='test()'>\n"
+ " <a href='second' id='myAnchor'>Click me</a>\n"
Expand Down

0 comments on commit 62c2ad0

Please sign in to comment.