Skip to content

Commit

Permalink
minor tng update
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Jul 6, 2015
1 parent 7197a4e commit 1aebe9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/tng.js
Original file line number Diff line number Diff line change
Expand Up @@ -1500,7 +1500,7 @@ function GIF(file, options) {
}
// Adobe XMP extension
if (ext.id === 'XMP Data' && ext.auth === 'XMP') {
ext.data = ext.data.toString('utf8');
ext.xmp = ext.data.toString('utf8');
this.xmp = ext.xmp;
}
// ICC extension
Expand Down

0 comments on commit 1aebe9e

Please sign in to comment.