prueba.js 163 B

12345
  1. if ('NodeList' in window) {
  2. if (!NodeList.prototype.each && NodeList.prototype.forEach) {
  3. NodeList.prototype.each = NodeList.prototype.forEach;
  4. }
  5. }