Skip to content

Instantly share code, notes, and snippets.

@web-zen
Created August 28, 2009 11:52
Show Gist options
  • Select an option

  • Save web-zen/176925 to your computer and use it in GitHub Desktop.

Select an option

Save web-zen/176925 to your computer and use it in GitHub Desktop.
var DD1handleSuccess = function(o){
YAHOO.DDSuccess.dd1 = true;
testAsyncSuccess();
}
};
var DD1handleFailure = function(o){
YAHOO.DDSuccess.dd1 = false;
};
var DD1callback =
{
success: DD1handleSuccess,
failure: DD1handleFailure
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment