MCPcopy
hub / github.com/apache/caldera / R

Function R

static/jquery/jquery.min.js:821–826  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

819 var M = /[^\x20\t\r\n\f]+/g;
820
821 function R(e) {
822 var t = {};
823 return w.each(e.match(M) || [], function (e, n) {
824 t[n] = !0
825 }), t
826 }
827
828 w.Callbacks = function (e) {
829 e = "string" == typeof e ? R(e) : w.extend({}, e);

Callers 1

jquery.min.jsFile · 0.70

Calls 1

matchMethod · 0.80

Tested by

no test coverage detected