Move and rename clientUtil.mapClientResponse to clientResponseUtil.mapPropsToResponse

This commit is contained in:
John Furrow
2016-10-28 20:30:56 -07:00
parent 87aba470a1
commit 7192c19ba4
7 changed files with 68 additions and 76 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ const FORMAT_UTIL = {
},
parsePeers: (string) => {
// This lovely delimiter is defined in clientUtil.
// This lovely delimiter is defined in clientResponseUtil.
let markerPosition = string.indexOf('@!@');
return string.substr(0, markerPosition);
},