function Song() { }
Song.prototype.persistFavoriteStatus = function(value) {
// something complicated throw new Error("not yet implemented");
};
function Song() { }
Song.prototype.persistFavoriteStatus = function(value) {
// something complicated throw new Error("not yet implemented");
};