Skip to content

look ma no .get('taskName')

Choose a tag to compare

@machty machty released this 13 Oct 17:50
· 881 commits to master since this release

You can now replace all instances of

this.get('myTask').perform();

with

this.myTask.perform();