Good morning, stupid typo!
This commit is contained in:
parent
103b45f72e
commit
86c3ba0ad2
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ convert.images = function() {
|
|||
width: this.width,
|
||||
height: this.height,
|
||||
}
|
||||
this.description && (metatada.description = clean(this.description));
|
||||
this.description && (metadata.description = clean(this.description));
|
||||
if (this.thumbnailWidth && this.thumbnailHeight) {
|
||||
metadata.thumbnailName = this.fileName + "_small" + "." + this.type;
|
||||
metadata.thumbnailWidth = this.thumbnailWidth;
|
||||
|
|
Loading…
Add table
Reference in a new issue