1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-06 09:19:22 +02:00
This commit is contained in:
Laurent Cozic
2019-09-29 22:11:36 +00:00
parent 637a4dc1f9
commit e93d96193c
15 changed files with 35 additions and 30 deletions

View File

@@ -13,7 +13,8 @@ const { toTitleCase } = require('lib/string-utils');
class InteropService {
constructor() {
this.modules_ = null; }
this.modules_ = null;
}
modules() {
if (this.modules_) return this.modules_;