[フレーム]
Last Updated: February 25, 2016
·
602
· 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 

AltStyle によって変換されたページ (->オリジナル) /