onerror: function onerror()

in scripts/build.js [112:116]


          onerror: function onerror() {
            if (this.parentNode) {
              this.parentNode.replaceChild(createText(this.alt, false), this);
            }
          },