The Reference Universe widget now specifies to use the correct target.
[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 };