Skip to content

Commit 6246aed

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 1b6c91c commit 6246aed

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
@@ -68,7 +68,7 @@ class BasePattern {
6868
}, 0);
6969
}
7070

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

0 commit comments

Comments
 (0)