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