try make codacy happy

This commit is contained in:
David Ralph
2019-03-21 20:00:56 +00:00
parent 89ecde1b69
commit a3a44f885e
4 changed files with 4 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ module.exports = class Util {
}
}
return index;
};
}
}
return indexOf.call(this, needle) > -1;
};