Hi. Have been working on this for a few hours and feel like I'm very very close to getting this syntax right. But something is slightly off. In dojo, how do you chain functions together so that one function is called after another is complete, such as:
myFunction1().myFunction2();
this is what i've got:
dojo.declare(
"testAsync",
null,
{
//properties
myStore: null,
myStoreRequest: null,
jsonURL: '',
count: 5,
start: 0,
name: null,
bust_cache: true,
myDeferred: null,
