elbart / node-memcache

node.js memcached client
285 stars 64 forks source link

Changes as not to leak readLine into global #36

Open pipobscure opened 10 years ago

pipobscure commented 10 years ago

Hi there,

you are leaking the function readLine into the global object. That's not a good thing, because you don't know who else is doing so. It will break your and other code when mixed in unpredictable ways.