我該如何去創建一個可以在我的Rails應用程序中使用的coffeescript類?Google Analytics代碼爲Coffeescript類
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-XXXXXXX-XX', 'example.com');
ga('send', 'pageview');
運氣不好,因爲在這種情況下,js2coffee用arguments_變量代替參數,這個變量不起作用。 –