Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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. */
2
function
hasClass(e, cl) {
3
return
(
" "
+e.className+
" "
).match(
" "
+cl+
" "
);
4
}
Callers
nothing calls this directly
Calls
1
hasClass
Function · 0.85
Tested by
no test coverage detected