13 lines
183 B
JavaScript
13 lines
183 B
JavaScript
/*
|
|
* To change this template, choose Tools | Templates
|
|
* and open the template in the editor.
|
|
*/
|
|
|
|
|
|
function Episiode(name) {
|
|
|
|
}
|
|
|
|
function getnextTrack() {
|
|
return null;
|
|
} |