Created
August 28, 2009 11:52
-
-
Save web-zen/176925 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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