Advertisement
Guest User

Untitled

a guest
Jul 29th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. '!/something' : function(){console.log('Works')}
  2.  
  3. '!/somethingelse': {
  4. on: function(){console.log('doesn\'t work')}
  5. '/nestedsome' : function(){console.log('doesn\'t work too')}
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement