Skip to content

Commit bbf1caa

Browse files
authored
Fix missing parenthesis (#24358)
Discovered that issue when trying to find a way to run eslint on library files.
1 parent 94725cc commit bbf1caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/libwebgl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3190,7 +3190,7 @@ for (/**@suppress{duplicate}*/var i = 0; i <= {{{ GL_POOL_TEMP_BUFFERS_SIZE }}};
31903190

31913191
#if GL_EXPLICIT_UNIFORM_LOCATION || GL_EXPLICIT_UNIFORM_BINDING
31923192
#if GL_DEBUG
3193-
dbg(`Input shader source: ${source}`;
3193+
dbg(`Input shader source: ${source}`);
31943194
#endif
31953195

31963196
#if ASSERTIONS

0 commit comments

Comments
 (0)