1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-04 15:02:09 +03:00

Remove jshint comments and update istanbul comments

This commit is contained in:
Ruben Bridgewater
2016-04-21 02:49:06 +02:00
parent 625f14e6ba
commit f7c4d131be
5 changed files with 9 additions and 8 deletions

View File

@@ -44,7 +44,7 @@ module.exports = function createClient (port_arg, host_arg, options) {
}
if (parsed.search !== '') {
var elem;
for (elem in parsed.query) { // jshint ignore: line
for (elem in parsed.query) {
// If options are passed twice, only the parsed options will be used
if (elem in options) {
if (options[elem] === parsed.query[elem]) {