MCPcopy Index your code
hub / github.com/wetools/wept / e

Function e

public/script/view.js:2061–2065  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

2059 resetFormData: function() {
2060 if (this.hasBehavior("wx-data-component")) {
2061 var e = function e(t) {
2062 t.childNodes.forEach(function(t) {
2063 if (t instanceof exparser.Element && !t.hasBehavior("wx-group")) return t.hasBehavior("wx-item") ? void t.resetFormData() : void e(t)
2064 })
2065 };
2066 e(this)
2067 }
2068 }

Callers 8

iFunction · 0.70
view.jsFile · 0.70
nFunction · 0.70
tFunction · 0.70
bFunction · 0.70
rFunction · 0.50
dFunction · 0.50
compass.jsFile · 0.50

Calls 3

iFunction · 0.70
oFunction · 0.70
nFunction · 0.70

Tested by

no test coverage detected