Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. document.iDontExist()
  2. TypeError: undefined is not a function
  3.  
  4. document.iDontExist is not a function
  5.  
  6. (document.iDontExist || logError("iDontExist undefined")) && document.iDontExist();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement