Skip to content

Commit aeb8a7b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/load-image-exif.js

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

0 commit comments

Comments
 (0)