Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
jio_mebibou
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Alexandra Rogova
jio_mebibou
Commits
3c49aeeb
Commit
3c49aeeb
authored
May 05, 2017
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ReplicateStorage: drop not needed getMethod parameter
parent
84cba972
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/jio.storage/replicatestorage.js
src/jio.storage/replicatestorage.js
+2
-3
No files found.
src/jio.storage/replicatestorage.js
View file @
3c49aeeb
...
...
@@ -809,10 +809,10 @@
conflict_force
,
conflict_revert
,
conflict_ignore
,
status_hash
,
getMethod
,
options
)
{
options
)
{
queue
.
push
(
function
()
{
return
getMethod
(
id
);
return
source
.
get
(
id
);
})
.
push
(
function
(
doc
)
{
var
local_hash
=
generateHash
(
stringify
(
doc
));
...
...
@@ -884,7 +884,6 @@
options
.
conflict_revert
,
options
.
conflict_ignore
,
status_hash
,
source
.
get
.
bind
(
source
),
options
]);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment