Guest User

Untitled

a guest
Nov 23rd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1.  
  2. console.log(player.getX());
  3.  
  4. this.getX = function(){
  5. return $(this).offset().left;
  6. };
  7.  
  8. Cannot read property 'left' of null
Add Comment
Please, Sign In to add comment