tests: event-handler-dynamic: add no-op handler

Fix exceptions thrown by test.
pull/4088/head
David A Kondrad 6 years ago
parent 0a6310f7a3
commit bde7d86413

@ -1,5 +1,5 @@
<script> <script>
let clickHandler; let clickHandler = () => void(0); // no-op handler
let number = 0; let number = 0;
function updateHandler1(){ function updateHandler1(){

Loading…
Cancel
Save