unify / unify

Unify Project
http://www.unifyjs.com
Other
152 stars 16 forks source link

Fix IE init application #142

Closed stefankolb closed 11 years ago

stefankolb commented 11 years ago

For some unknown reason, IE sometimes does not initialize an unify app when the document's readyState is 'interactive'. For now, the app is only initialized when the readyState is 'complete' on IE. (probably, this needs further investigation)