Skip to content

Commit bd367f6

Browse files
committed
Event fix.
1 parent 226e0b2 commit bd367f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v3/src/components/Data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Data.prototype = {
8787
}
8888
}
8989

90-
this.events.dispatch(new Event.LOADER_START_EVENT(this));
90+
// this.events.dispatch(new Event.LOADER_START_EVENT(this));
9191

9292
this.list[key] = data;
9393

0 commit comments

Comments
 (0)