Good morning, stupid typo!

This commit is contained in:
Tobi Schäfer 2008-04-21 07:52:40 +00:00
parent 103b45f72e
commit 86c3ba0ad2

View file

@ -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;