Skip to content

Commit 4330cae

Browse files
committed
translate stub
1 parent da55b93 commit 4330cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/translate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// stub for translate
22
exports.TutorialStats = class Translate {
3-
instance() {
3+
static instance() {
44
return new Translate();
55
}
66

0 commit comments

Comments
 (0)