mattdawson
Results
1
comments of
mattdawson
Check your Array.prototype scope, it's probably polluted. e.g. if you hava Array.prototype.something = function() {...} for(var x in ['a']) will return something as the last element, which node-rest-client is not...