Skip to content

Commit

Permalink
bugfix to RemoteBinaryFile
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Feb 26, 2013
1 parent b000abb commit f45b6cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/JBrowse/Store/RemoteBinaryFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ return declare( null,
url: url,
start: currOffset,
end: existingChunks[0] ? existingChunks[0].key.start-1 : end,
toString: chunkToString
toString: chunkToString,
toUniqueString: chunkToString
}
});
}
Expand Down

0 comments on commit f45b6cb

Please sign in to comment.