cdotyone / mochaui

development tree for MochaUI
http://mochaui.org/demo/
Other
290 stars 83 forks source link

missing explanation regarding initialization with IE8 (domready/load) #91

Open franck34 opened 13 years ago

franck34 commented 13 years ago

in init.js, there is

window.addEvent('load', function(){  //using load instead of domready for IE8

It's working for me (IE8). Do you remember why it's not good to use domready ?

Thanks

cdotyone commented 13 years ago

Not done by me, so no clear answer here. I have wondered this myself, and it was on my mental checklist of things to look at. I think this predates the current version and goes back to IE 8 beta version. My best guess, probably not needed anymore.