Skip to content

Commit

Permalink
Adding joYield doc change to prebuilts.
Browse files Browse the repository at this point in the history
  • Loading branch information
davebalmer committed Jul 9, 2011
1 parent a143b02 commit 8ba56d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/jo.js
Expand Up @@ -1028,6 +1028,10 @@ function joDefer(call, context, delay, data) {
return timer;
}

joDefer.cancel = function(timer) {
window.clearTimeout(timer);
}

joYield = joDefer;/**
joCache
=======
Expand Down
1 change: 1 addition & 0 deletions js/jo_min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8ba56d4

Please sign in to comment.