From 9988bb01db871883157b44a63c740c616159abbc Mon Sep 17 00:00:00 2001 From: zleoyu Date: Thu, 7 Jul 2022 10:46:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E4=BE=8BWebGLContex?= =?UTF-8?q?tAttributes=20alpha?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zleoyu Change-Id: I8cf98fb9dd1b6985bae06585783b0c75f4a7d414 --- graphic/webGL/src/main/js/default/test/WebGL.test01.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphic/webGL/src/main/js/default/test/WebGL.test01.js b/graphic/webGL/src/main/js/default/test/WebGL.test01.js index 077bd5f07..dd1c2ea37 100644 --- a/graphic/webGL/src/main/js/default/test/WebGL.test01.js +++ b/graphic/webGL/src/main/js/default/test/WebGL.test01.js @@ -299,7 +299,7 @@ describe('webgl1Test_webgl1', function() { it('webgl_test_getContextAttributes', 0, async function(done) { console.info("webgltest into getContextAttributes"); const getContextAttributesValue = gl.getContextAttributes(); - const alphaValue = getContextAttributesValue.alpha(); + const alphaValue = getContextAttributesValue.alpha; console.info("webgltest getContextAttributes: " + getContextAttributesValue); expect(typeof(getContextAttributesValue)).assertEqual("object" || null); done(); -- GitLab