Comparing version 1.5.0 to 1.5.1
@@ -101,3 +101,3 @@ var check = require('./util/check') | ||
var exti = extInstanced() | ||
for (let i = 0; i < attributeBindings.length; ++i) { | ||
for (var i = 0; i < attributeBindings.length; ++i) { | ||
var binding = attributeBindings[i] | ||
@@ -119,4 +119,4 @@ if (binding.buffer) { | ||
function destroyVAOEXT (vao) { | ||
values(vaoSet).forEach((vao) => { | ||
function destroyVAOEXT () { | ||
values(vaoSet).forEach(function (vao) { | ||
vao.destroy() | ||
@@ -123,0 +123,0 @@ }) |
{ | ||
"name": "regl", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "regl is a fast functional WebGL framework.", | ||
@@ -5,0 +5,0 @@ "main": "dist/regl.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1166418
28634