13/04/02 19:11:11.92 OmQoq/Ap0
そもそも何でscroll-program.js?
---------------------------
/* radiko.jp 番組表スクリプト
*/
var RadikoProgramMaker = function(pos, type) {
// rootのセレクタ
this.root_pos = $(pos);
// 番組表タイプ(topの日別とか、週間とか)
this.type = type;
// 放送局ID(特定の放送局だけ出す場合)
this.station_id = "";
// 番組表の表示コンテンツ領域(親divサイズに連動して変える)
this.width_program_contents = 880;
// ロードした番組データタイプ
this.program_type = "";
// 放送局数
this.station_num = 0;
// 位置画面に表示する最大の放送局数
this.max_display_station = 6;
// 放送局一個あたりの幅(最後のget_width_per_stationの値が保存される)
this.width_per_station = 0;
// チラ見せ幅
this.show_a_little_width = 0;