Skip to content

Commit 262491e

Browse files
committed
Formatting like the exif files.
1 parent 801f82e commit 262491e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/load-image-xmp-map.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
var id;
1919
for (prop in this) {
2020
if (this.hasOwnProperty(prop)) {
21-
map[prop] = this[prop];
21+
map[prop] = this[prop];
2222
}
2323
}
24-
return map;
24+
return map
2525
};
2626

2727
}));

0 commit comments

Comments
 (0)