Files
template/test/helpers.js
T

4 lines
86 B
JavaScript

function nodeListToArray(nodeList) {
return Array.prototype.slice.call(nodeList);
}