Towards MKWS-353: add relay.USE_OPAQUE_ID=udb to SP configurations.
[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 };