Skip to content

look ma no .get('taskName')

Compare
Choose a tag to compare
@machty machty released this 13 Oct 17:50
· 854 commits to master since this release

You can now replace all instances of

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

with

this.myTask.perform();