MCPcopy
hub / github.com/stemkoski/stemkoski.github.com / _

Function _

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

Source from the content-addressed store, hash-verified

5607
5608 // Create a safe reference to the Underscore object for use below.
5609 var _ = function(obj) {
5610 if (obj instanceof _) return obj;
5611 if (!(this instanceof _)) return new _(obj);
5612 this._wrapped = obj;
5613 };
5614
5615 // Export the Underscore object for **Node.js**, with
5616 // backwards-compatibility for the old `require()` API. If we're in

Callers 2

leap.jsFile · 0.85
resultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected