I am trying to learn how to create custom Deferred objects and am working on the following:
Something must be up with jsFiddle, but when I run that code on my local browser, everything seems to work.
The deferreds are all called then the .done() is called.
However, there are no arguments passed in to the .done(). It's [] "result" in undefined.
What's going on? :P I'm passing in a string to resolveWith()
Thanks SO!