(obj)
| 11391 | // can be used OO-style. This wrapper holds altered versions of all the |
| 11392 | // underscore functions. Wrapped objects may be chained. |
| 11393 | var wrapper = function(obj) { this._wrapped = obj; }; |
| 11394 | |
| 11395 | // Expose `wrapper.prototype` as `_.prototype` |
| 11396 | _.prototype = wrapper.prototype; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…