Skip to content

Commit 5e4735b

Browse files
committed
Update load-image-exif-map.js
1 parent f3358f3 commit 5e4735b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/load-image-exif-map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'use strict';
1919
if (typeof define === 'function' && define.amd) {
2020
// Register as an anonymous AMD module:
21-
define(['load-image', 'load-image-exif'], factory);
21+
define(['bi-load-image', 'bi-load-image-exif'], factory);
2222
} else {
2323
// Browser globals:
2424
factory(window.loadImage);

0 commit comments

Comments
 (0)