Use mkws.log instead of console.log in the code that sets window.name,
[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 };