Skip to content

Commit 4f69fb5

Browse files
authored
Merge pull request #14081 from Mugen87/dev11
ImageBitmapLoader: Fix signature of load()
2 parents 9ba1385 + b7faf43 commit 4f69fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loaders/ImageBitmapLoader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ImageBitmapLoader.prototype = {
3737

3838
},
3939

40-
load: function load( url, onLoad, onProgress, onError ) {
40+
load: function ( url, onLoad, onProgress, onError ) {
4141

4242
if ( url === undefined ) url = '';
4343

0 commit comments

Comments
 (0)