MCPcopy Create free account
hub / github.com/prototypejs/prototype / unhide

Function unhide

test/unit/static/js/mocha.js:2519–2524  ·  view source on GitHub ↗

* Unhide .hidden suites.

()

Source from the content-addressed store, hash-verified

2517 */
2518
2519function unhide() {
2520 var els = document.getElementsByClassName('suite');
2521 for (var i = 0; i < els.length; ++i) {
2522 els[i].className = els[i].className.replace('suite hidden', 'suite');
2523 }
2524}
2525
2526/**
2527 * Set `el` text to `str`.

Callers 1

HTMLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected