Comparing version 1.0.11 to 1.0.12
@@ -21,3 +21,3 @@ 'use strict' | ||
} | ||
else { | ||
else if (!program) { | ||
program = getProgram(gl, program); | ||
@@ -24,0 +24,0 @@ } |
{ | ||
"name": "gl-util", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Set of practical webgl utils", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -23,3 +23,3 @@ 'use strict' | ||
} | ||
else { | ||
else if (!program) { | ||
program = getProgram(gl, program); | ||
@@ -26,0 +26,0 @@ } |
@@ -23,3 +23,3 @@ /* @module gl-util/unifrom */ | ||
} | ||
else { | ||
else if (!program) { | ||
program = getProgram(gl, program); | ||
@@ -26,0 +26,0 @@ } |
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
82754