Skip to content

Commit

Permalink
Fixing global variable leak
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserf committed Mar 11, 2017
1 parent 77aa415 commit 22c0ca7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/constants/merge-strategies.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

module.exports = {
/**
* Choose the server's state over the client's
Expand Down
3 changes: 2 additions & 1 deletion test-unit/unit/record/record-conflictsSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ describe('getting a merge conflict from the server', () => {
let record,
errorCallback,
connection,
setCallback
setCallback,
subscribeCallback

beforeAll(() => {
errorCallback = jasmine.createSpy('errorCallback')
Expand Down

0 comments on commit 22c0ca7

Please sign in to comment.