Tuesday, January 13, 2015

I found an issue with the chapter 2 solution. Apparentley the document.addEventListener() method is unreliable. This help me fix the problem. Change line 68 from: documentntListener("load", resetForm, false); to: window.addEventListener("load", resetForm, false);

1 Comments:

Blogger Joe Sepielli said...

bdd599b0046e685fe18338073ea3ce70

10:48 AM  

Post a Comment

<< Home