Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
fixed several sync bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
orionz committed Jan 7, 2019
1 parent 8f41e38 commit 55e3cf7
Show file tree
Hide file tree
Showing 17 changed files with 377 additions and 77 deletions.
2 changes: 2 additions & 0 deletions dist/DocBackend.d.ts
@@ -1,5 +1,6 @@
import * as Backend from "automerge/backend";
import { Change, BackDoc } from "automerge/backend";
import Queue from "./Queue";
import { RepoBackend } from "./RepoBackend";
export interface Clock {
[actorId: string]: number;
Expand All @@ -10,6 +11,7 @@ export declare class DocBackend {
clock: Clock;
back?: BackDoc;
private repo;
ready: Queue<Function>;
private localChangeQ;
private remoteChangesQ;
private wantsActor;
Expand Down
4 changes: 4 additions & 0 deletions dist/DocBackend.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/DocBackend.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/Metadata.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 55e3cf7

Please sign in to comment.