File: 2013-11-05-HeadJS-v1.0.1-Update.md

package info (click to toggle)
node-headjs 1.0.3%2Bdfsg.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,888 kB
  • sloc: javascript: 18,509; xml: 33; sh: 14; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 885 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
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 }})

<hr />

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)

<div onclick="blog.loadComments(this, 'posts/release/1.0.1', 'Leave a comment')" style="cursor: pointer;">
    <h2>Show Comments</h2>
</div>
<div id="moot">&nbsp;</div>