Last Updated: February 25, 2016
·
543
· klclee

mixpanel in dev mode coffeescript

unless mixpanel?
    window.mixpanel = 
      track: (st) ->
        console.log 'mixpanel', st
      identify: (st) ->
        console.log 'mixpanel',st
      people:
        set: (st) ->
          console.log 'mixpanel',st