Skip to content

Instantly share code, notes, and snippets.

@hiratara
Created October 9, 2009 09:57
Show Gist options
  • Save hiratara/205896 to your computer and use it in GitHub Desktop.
Save hiratara/205896 to your computer and use it in GitHub Desktop.
<html>
<head>
<script src="http://github.com/cho45/jsdeferred/raw/fb96aeaeb367fdacfaa8172f2143c521e56d8ba4/jsdeferred.mini.js"></script>
<script type="text/javascript">
function test() {
Deferred.next();
Deferred.next();
}
</script>
</head>
<body onload="test();"></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment