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 63b64ea6e67aef53cad0697792b834d6ad224a18..ba39975d69bf1d9061e99c5b32ea0c6d3b8df11f 100644 --- a/graphic/webGL/src/main/js/default/test/WebGL.test01.js +++ b/graphic/webGL/src/main/js/default/test/WebGL.test01.js @@ -300,7 +300,7 @@ describe('webgl1Test1', 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();