これらの JS 呼び出しを Coffeescript で記述するにはどうすればよいですか?
iPhoneスケールのバグ修正
MBP.scaleFix();
URL バーを非表示
MBP.hideUrlBar();
高速ボタン (Webkit ブラウザーのみを対象とする場合にのみ使用してください。クロスブラウザーのサポートはまだテスト中です)
new MBP.fastButton(document.getElementById('myBtn'), function() {alert("clicked")});
自動拡張テキストエリア
new MBP.autogrow(document.getElementById('myTextarea'), 14); // 14 -- line height
https://github.com/h5bp/mobile-boilerplate/wiki/JavaScript-Helper