Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/mkws
[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 };