mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 12:19:11 +00:00
Improved comments
This commit is contained in:
parent
d34f163dbc
commit
9e4404bb97
@ -1,6 +1,8 @@
|
||||
/*\
|
||||
title: js/HttpSync.js
|
||||
|
||||
A very simple synchroniser. It PUTs updated or created tiddlers, and DELETEs deleted tiddlers.
|
||||
|
||||
\*/
|
||||
(function(){
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
/*\
|
||||
title: js/LocalFileSync.js
|
||||
|
||||
Loads tiddlers from a given directory, and then keeps the files up to date as tiddlers are modified, created or deleted.
|
||||
|
||||
\*/
|
||||
(function(){
|
||||
|
||||
@ -15,8 +17,6 @@ var retrieveFile = require("./FileRetriever.js").retrieveFile,
|
||||
util = require("util"),
|
||||
async = require("async");
|
||||
|
||||
|
||||
|
||||
function LocalFileSync(dirpath,store,callback) {
|
||||
this.dirpath = dirpath;
|
||||
this.store = store;
|
||||
|
Loading…
Reference in New Issue
Block a user