Skip to content

Commit eeb91b3

Browse files
committed
Update load-image-orientation.js
1 parent 727aba5 commit eeb91b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/load-image-orientation.js

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

0 commit comments

Comments
 (0)