Gil McQuillan

Results 1 issues of Gil McQuillan

Notice on https://github.com/whitlockjc/json-refs/blob/master/index.js#L101 ```javascript function combineURIs (u1, u2) { ... return (remoteUriTypes.indexOf(combinedDetails.reference) === -1 && -> combinedDetails.path.indexOf('../') === 0 ? '../' : '') + URI.serialize(combinedDetails); ``` `combinedDetails.path.indexOf('../') === 0 ?...