fix clearImage.

This commit is contained in:
Christopher Jeffrey 2015-02-08 23:43:32 -08:00
parent 49f1843955
commit dd0f1cbb70

View File

@ -6740,6 +6740,7 @@ Image.prototype.clearImage = function(callback) {
+ '\n4;\n3;\n';
delete this._props;
delete this.img;
ps.stdin.write(input);
ps.stdin.end();