Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bbf1caa

Browse filesBrowse 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
Copy full SHA for bbf1caa

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/lib/libwebgl.js

Copy file name to clipboardExpand all lines: src/lib/libwebgl.js
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.