---
layout: main
title: HeadJS v1.0.1 Update
excerpt: Small point release to patch a bug that had a fix but got missed
scripts: ["/site/assets/libs/jquery/jquery.min.js", "https://cdn.moot.it/latest/moot.min.js", "/site/assets/js/comments.min.js"]
---
#{{ page.title }} ({{ page.date | date_to_string }})
A small point release that patches a long-standing problem with older IE versions. Browsers that don't support async loading could potentially trigger the callback before the loading of the resources was done.
- Fix: Old IE's can trigger ready too soon
- This fix was on Github but inclusion got missed
- [https://github.com/headjs/headjs/issues/203](https://github.com/headjs/headjs/issues/203)
Show Comments