Skip to content

Commit

Permalink
trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Aug 12, 2013
1 parent ceaa351 commit a6eb8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/photos.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function error(msg) {

var _defaults = {
quality: 75,
destinationType: 1, //Camera.DestinationType.FILE_URI
destinationType: 1 //Camera.DestinationType.FILE_URI
};

return photos;
Expand Down

0 comments on commit a6eb8c9

Please sign in to comment.