yandex / mapsapi-modules

Async modular system
132 stars 29 forks source link

nextTick causes IE8 to crash #20

Closed theKashey closed 10 years ago

theKashey commented 10 years ago

In https://github.com/ymaps/modules/blob/master/modules.js#L373 one try to add script to document.body. For this moment body can exists, but in "non closed" state. Adding something to the end of unclosed node causes fatal error.

Solution - add script to head element.