Guest User

Untitled

a guest
Jun 21st, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1.  
  2. isCharacter: function(character)
  3. {
  4. if(character.match(/./))
  5. return true;
  6. return false;
  7. },
Add Comment
Please, Sign In to add comment