(obj)
| 10434 | |
| 10435 | // Create a safe reference to the Underscore object for use below. |
| 10436 | var _ = function(obj) { return new wrapper(obj); }; |
| 10437 | |
| 10438 | // Export the Underscore object for **Node.js**, with |
| 10439 | // backwards-compatibility for the old `require()` API. If we're in |