silverstripe-framework/thirdparty/jasmine/example/src/Song.js

7 lines
149 B
JavaScript

function Song() {
}
Song.prototype.persistFavoriteStatus = function(value) {
// something complicated
throw new Error("not yet implemented");
};