Files
mlib5/js/track.js
2013-03-04 18:02:32 +01:00

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;
}