MCPcopy
hub / github.com/bitwiseshiftleft/sjcl / form.js

File form.js

demo/form.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* Hackish form handling system. */
2function hasClass(e, cl) {
3 return (" "+e.className+" ").match(" "+cl+" ");
4}

Callers

nothing calls this directly

Calls 1

hasClassFunction · 0.85

Tested by

no test coverage detected