MCPcopy Create free account
hub / github.com/RutvijDv/Meet-Script / ie

Function ie

jquery.min.js:237–239  ·  view source on GitHub ↗
(e, t)

Source from the content-addressed store, hash-verified

235 },
236 re = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,
237 ie = function (e, t) {
238 return t ? "\0" === e ? "\ufffd" : e.slice(0, -1) + "\\" + e.charCodeAt(e.length - 1).toString(16) + " " : "\\" + e
239 },
240 oe = function () {
241 T()
242 },

Callers 5

aeFunction · 0.85
xeFunction · 0.85
ReFunction · 0.85
jquery.min.jsFile · 0.85
BeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected