We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9045467 commit 309005fCopy full SHA for 309005f
homemon-stats/homemon-stats.js
@@ -19,7 +19,7 @@ var redis = require("redis")
19
20
21
BeginsWith = function(needle, haystack) {
22
- return (haystack.substr(0, needle.length) == needle);
+ return (haystack.substr(0, needle.length) === needle);
23
}
24
25
0 commit comments