Sha256: 51de4a71452fcd325a7904fd0d57bd8d2307a4cefe59d3a62d92520383f460f0
Contents?: true
Size: 239 Bytes
Versions: 15
Compression:
Stored size: 239 Bytes
Contents
// IE11 fix // For some reason this is not applied early enough causing IE11 to crash some // core scripts during load time. if (typeof NodeList.prototype.forEach !== "function") { NodeList.prototype.forEach = Array.prototype.forEach; }
Version data entries
15 entries across 15 versions & 1 rubygems