16 lines
229 B
JavaScript
16 lines
229 B
JavaScript
/*
|
|
* To change this template, choose Tools | Templates
|
|
* and open the template in the editor.
|
|
*/
|
|
|
|
function Track() {
|
|
|
|
}
|
|
|
|
function getnextCheapter() {
|
|
return null;
|
|
}
|
|
|
|
function isCurrentTrack(id) {
|
|
return false;
|
|
} |