We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
02035c3
You can now replace all instances of
this.get('myTask').perform();
with
this.myTask.perform();