Skip to content

Instantly share code, notes, and snippets.

@tdondich
Created May 13, 2019 02:51
Show Gist options
  • Save tdondich/61cf130684d85726fdce94495956b3b5 to your computer and use it in GitHub Desktop.
Save tdondich/61cf130684d85726fdce94495956b3b5 to your computer and use it in GitHub Desktop.
app.methods.increment(); // TypeError: Cannot read property 'increment' of undefined
app.increment(); // Properly works
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment