Skip to content

Commit d40b9c2

Browse files
committed
Fixed call
1 parent bce9a47 commit d40b9c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/loader/File.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ var File = new Class({
343343
{
344344
this.state = CONST.FILE_PROCESSING;
345345

346-
this.onComplete();
346+
this.onProcessComplete();
347347
},
348348

349349
/**

0 commit comments

Comments
 (0)