tlhunter / dumbpubsub

Allows non-evented apps to subscribe to Node.js events over HTTP
https://www.npmjs.com/package/dumb
3 stars 1 forks source link

Remove Underscore Dependency #8

Closed tlhunter closed 12 years ago

tlhunter commented 12 years ago
_.each(obj, callback);
obj.forEach(callback);

_.isEmpty(obj);
!Object.getOwnPropertyNames(obj).length;
tlhunter commented 12 years ago

Fixed in d5b5eb7f7ee45af732db341adb6f768e998254b5