New example project.
Generate jasmine-standalone-x.x.x.zip.
This commit is contained in:
7
example/src/Song.js
Normal file
7
example/src/Song.js
Normal file
@@ -0,0 +1,7 @@
|
||||
function Song() {
|
||||
}
|
||||
|
||||
Song.prototype.persistFavoriteStatus = function(value) {
|
||||
// something complicated
|
||||
throw new Error("not yet implemented");
|
||||
};
|
||||
Reference in New Issue
Block a user