Add trailing newlines to example code
This commit is contained in:
@@ -19,4 +19,4 @@ Player.prototype.resume = function() {
|
||||
|
||||
Player.prototype.makeFavorite = function() {
|
||||
this.currentlyPlayingSong.persistFavoriteStatus(true);
|
||||
};
|
||||
};
|
||||
|
||||
@@ -4,4 +4,4 @@ function Song() {
|
||||
Song.prototype.persistFavoriteStatus = function(value) {
|
||||
// something complicated
|
||||
throw new Error("not yet implemented");
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user