1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-24 23:26:50 +02:00

Mobile: Add support for Joplin Server

This commit is contained in:
Laurent Cozic
2020-12-30 10:54:00 +00:00
parent 81aba8b8b0
commit 89d173b460
6 changed files with 64 additions and 56 deletions

View File

@ -66,7 +66,7 @@ class BaseModel {
public static TYPE_SMART_FILTER = ModelType.SmartFilter;
public static TYPE_COMMAND = ModelType.Command;
protected static dispatch: Function = function() {};
public static dispatch: Function = function() {};
private static saveMutexes_: any = {};
private static db_: any;