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

Skip to content

Commit d5d716e

Browse files
committed
Remove errant ,
1 parent aea3493 commit d5d716e

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
@@ -52,7 +52,7 @@
5252
return outstr
5353
}
5454

55-
var fieldValue, fieldName, dataSize, segmentType,
55+
var fieldValue, fieldName, dataSize, segmentType
5656
var segmentStartPos = startOffset
5757
while (segmentStartPos < startOffset + sectionLength) {
5858
// we currently handle the 2: class of iptc tag

0 commit comments

Comments
 (0)