This commit is contained in:
David Ralph
2019-03-21 21:36:52 +00:00
parent a3a44f885e
commit 6ed2abc3b4
4 changed files with 16 additions and 16 deletions

View File

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