Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #113 - Expose synchronization strategy constants. #151

Merged
merged 1 commit into from
Sep 8, 2015

Conversation

n1k0
Copy link
Contributor

@n1k0 n1k0 commented Sep 8, 2015

Refs #113 and preparation patch for #150. r=? @leplatrem @michielbdejong

@@ -64,6 +65,12 @@ describe("Kinto", () => {
expect(Kinto.transformers.RemoteTransformer).to.eql(RemoteTransformer);
});
});

describe("get syncSrategy()", () => {
it("should provide an transformers static getter", () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo "syncSrategy" -> "syncStrategy" (one line up) and "an transformers" -> "a syncStrategy"

@michielbdejong
Copy link
Contributor

Thanks for this! r+wc

n1k0 added a commit that referenced this pull request Sep 8, 2015
Fixes #113 - Expose synchronization strategy constants.
@n1k0 n1k0 merged commit 26888cf into master Sep 8, 2015
@n1k0 n1k0 deleted the 113-expose-sync-strategies branch September 8, 2015 13:55
@n1k0 n1k0 mentioned this pull request Sep 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants