Navigation Menu

Skip to content

Commit

Permalink
* Add link to demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyt committed Jun 10, 2012
1 parent 7dd4906 commit 92d598f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -20,6 +20,10 @@ var fetch = eval($.async(function(url) {
// Return value of the Async function is always a Promise // Return value of the Async function is always a Promise
fetch('http://.../').done(...).fail(...).always(...); fetch('http://.../').done(...).fail(...).always(...);
``` ```

# Demo (HTML5 Canvas required)

http://audreyt.github.com/jscex-jquery/samples/sorting-animations.html


# Description # Description


Expand Down

0 comments on commit 92d598f

Please sign in to comment.