Skip to content

Commit bdc262d

Browse files
committed
Update load-image-ios.js
1 parent aeb8a7b commit bdc262d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/load-image-ios.js

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

0 commit comments

Comments
 (0)