summaryrefslogtreecommitdiffstats
path: root/catalog-fe/src/test/jasmine-standalone-2.0.0/src/Song.js
blob: a8a3f2ddd4e850589b7810c868961c1a1aafffab (plain)
1
2
3
4
5
6
7
function Song() {
}

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