Skip to content

Instantly share code, notes, and snippets.

@bryanwb
Created May 5, 2010 05:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bryanwb/390420 to your computer and use it in GitHub Desktop.
Save bryanwb/390420 to your computer and use it in GitHub Desktop.
45a46
>
49a51,54
> if (result !== undefined && result.isCallback === true){
> result = result.apply(next, arguments);
> }
>
106c115
< return function () {
---
> var retF = function () {
118a128,131
> retF.isCallback = true;
>
> return retF;
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment