Make the syncer more configurable, including names for sync adaptors

@danielo515 you may want to add a name to your sync adaptor 😄
This commit is contained in:
Jermolene
2017-02-04 17:25:30 +00:00
parent ced9f315a1
commit 6c65aa2a6d
3 changed files with 26 additions and 14 deletions

View File

@@ -23,6 +23,8 @@ function TiddlyWebAdaptor(options) {
this.logger = new $tw.utils.Logger("TiddlyWebAdaptor");
}
TiddlyWebAdaptor.prototype.name = "tiddlyweb";
TiddlyWebAdaptor.prototype.isReady = function() {
return this.hasStatus;
};