Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 28fa561

Browse files
committed
Hopefully the final Travis fix!
1 parent fca8eb5 commit 28fa561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/load-image-iptc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
}
129129

130130
// Registers this Iptc parser for the APP13 JPEG meta data segment:
131-
loadImage.metaDataParsers.jpeg[0xffed]=[]
131+
loadImage.metaDataParsers.jpeg[0xffed] = []
132132
loadImage.metaDataParsers.jpeg[0xffed].push(loadImage.parseIptcData)
133133

134134
// Adds the following properties to the parseMetaData callback data:

0 commit comments

Comments
 (0)