Skip to content

Commit d2836bd

Browse files
committed
maint(core basepattern): Avoid code linting problem.
Avoid code linting problem and make clear the init method is/can be asynchronous.
1 parent 1cb91d7 commit d2836bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/basepattern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class BasePattern {
6969
}, 0);
7070
}
7171

72-
init() {
72+
async init() {
7373
// Extend this method in your pattern.
7474
}
7575

0 commit comments

Comments
 (0)