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