MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / result

Function result

Three.js/js/leap.js:6747–6749  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

6745
6746 // Helper function to continue chaining intermediate results.
6747 var result = function(obj) {
6748 return this._chain ? _(obj).chain() : obj;
6749 };
6750
6751 // Add all of the Underscore functions to the wrapper object.
6752 _.mixin(_);

Callers

nothing calls this directly

Calls 1

_Function · 0.85

Tested by

no test coverage detected