(obj)
| 16856 | |
| 16857 | // Helper function to continue chaining intermediate results. |
| 16858 | var result = function(obj) { |
| 16859 | return this._chain ? _(obj).chain() : obj; |
| 16860 | }; |
| 16861 | |
| 16862 | // Add all of the Underscore functions to the wrapper object. |
| 16863 | _.mixin(_); |