Advertisement
Guest User

Untitled

a guest
Nov 25th, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. var debug = true,
  2. _log = function(){
  3. debug && window.console && console.log.apply(console, arguments)
  4. }
  5.  
  6. function whatever(){
  7. _log('yup, that worked')
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement