minor: whitespace.

This commit is contained in:
Christopher Jeffrey 2015-07-17 03:14:45 -07:00
parent 6f2c2105a2
commit 97d72926a5
1 changed files with 2 additions and 0 deletions

View File

@ -121,9 +121,11 @@ ANSIImage.prototype.setImage = function(file) {
ANSIImage.prototype.play = function() {
return this.img.play();
};
ANSIImage.prototype.pause = function() {
return this.img.pause();
};
ANSIImage.prototype.stop = function() {
return this.img.stop();
};