Skip to content

Commit a5c22cb

Browse files
committed
Events reset.
1 parent 6626870 commit a5c22cb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

v3/src/loader/BaseLoader.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,9 @@ BaseLoader.prototype = {
271271
this.queue.clear();
272272
this.storage.clear();
273273

274+
this.events.removeAll('LOADER_START_EVENT');
275+
this.events.removeAll('LOADER_COMPLETE_EVENT');
276+
274277
this.tag = '';
275278
this.path = '';
276279
this.baseURL = '';

0 commit comments

Comments
 (0)