Skip to content

Commit

Permalink
Update sharp.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aesopwolf authored Aug 26, 2016
1 parent 836f270 commit cdd0660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sharp.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const transform = (image, options = {}) => {
return image[key].apply(image, value);
}
return image;
}, image.clone();
}, image.clone());
};

/**
Expand Down

0 comments on commit cdd0660

Please sign in to comment.