minor: whitespace.
This commit is contained in:
parent
6f2c2105a2
commit
97d72926a5
|
@ -121,9 +121,11 @@ ANSIImage.prototype.setImage = function(file) {
|
||||||
ANSIImage.prototype.play = function() {
|
ANSIImage.prototype.play = function() {
|
||||||
return this.img.play();
|
return this.img.play();
|
||||||
};
|
};
|
||||||
|
|
||||||
ANSIImage.prototype.pause = function() {
|
ANSIImage.prototype.pause = function() {
|
||||||
return this.img.pause();
|
return this.img.pause();
|
||||||
};
|
};
|
||||||
|
|
||||||
ANSIImage.prototype.stop = function() {
|
ANSIImage.prototype.stop = function() {
|
||||||
return this.img.stop();
|
return this.img.stop();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue