extract latest git commit ID from github, MKWS-420
[mkws-moved-to-github.git] / examples / jasmine / src / Song.js
1 function Song() {
2 }
3
4 Song.prototype.persistFavoriteStatus = function(value) {
5   // something complicated
6   throw new Error("not yet implemented");
7 };