Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. ({
  2. bar : function(component, event, helper) {
  3. this.foo(); // it does not work. Error:- Cannot read property 'foo' of undefined]]
  4. },
  5. foo : function() {
  6. console.log('foo called');
  7. }
  8. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement