Skip to content

Commit

Permalink
Merge pull request #4 from abovethewater/patch-3
Browse files Browse the repository at this point in the history
Fixed lint error on first clean build.
  • Loading branch information
Robert Fleischmann committed Jun 27, 2012
2 parents 45ba179 + eb53ce2 commit a0dd522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vintage.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ jQuery.fn.vintage = function (options) {
//put manipulated image data
ctx.putImageData(imageData, 0, 0);
callback();
}
};
} else {
//put manipulated image data
ctx.putImageData(imageData, 0, 0);
Expand Down

0 comments on commit a0dd522

Please sign in to comment.