lundi 1 février 2016

Make sendAction() execute first

So I have something like this:

function() {  
    this.sendAction("myAction");
    this.doSomething();
}  

How can I make the code within "myAction" execute first before this.doSomething()?




Aucun commentaire:

Enregistrer un commentaire