Skip to content

Commit cac8045

Browse files
committed
Fix missing name.
1 parent 19f3a7b commit cac8045

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ Image.prototype.align = function(type) {
641641
break;
642642
}
643643

644-
ouptut && this.push('-gravity', output, 3);
644+
output && this.push('-gravity', output, 3);
645645
return this;
646646
};
647647

0 commit comments

Comments
 (0)