Skip to content

Commit cf143f0

Browse files
committed
fix: resolve docById undefined error
1 parent 2abbc77 commit cf143f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ requirejs.config({
3131
packages: []
3232
});
3333

34-
requirejs(["activity/activity"]);
34+
requirejs(["utils/utils", "activity/activity"]);

0 commit comments

Comments
 (0)