Skip to content

Commit c655205

Browse files
committed
Added out to EGL's built-in variables in the playground
Signed-off-by: Dimitris Kolovos <[email protected]>
1 parent 963567e commit c655205

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mkdocs/docs/playground/dist/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mkdocs/docs/playground/dist/bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mkdocs/docs/playground/js/MonacoSetup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ class MonacoSetup {
327327
],
328328

329329
constants: [
330-
'true', 'false', 'self', 'loopCount', 'hasMore'
330+
'true', 'false', 'self', 'loopCount', 'hasMore', 'out'
331331
],
332332

333333
types: [

0 commit comments

Comments
 (0)