Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
rk4718
wacc_26_web_client
Commits
5b15d3c2
Commit
5b15d3c2
authored
Mar 13, 2020
by
Raghav Khanna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up App.js
parent
6321cba5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
12 deletions
+4
-12
src/App.js
src/App.js
+4
-12
No files found.
src/App.js
View file @
5b15d3c2
...
...
@@ -65,7 +65,7 @@ class App extends React.Component {
readInputCallBack
=
(
codeToEval
)
=>
{
console
.
log
(
test
);
if
(
!
EMULATOR_IS_INPUT
){
if
(
!
EMULATOR_IS_INPUT
)
{
EMULATOR_CONSOLE_READ
=
window
.
prompt
()
}
eval
(
codeToEval
);
...
...
@@ -179,14 +179,6 @@ class App extends React.Component {
<
/GridContainer
>
<
/div
>
<
div
className
=
"
tree-wrapper
"
>
<
/div
>
<
div
id
=
"
inputoutput
"
><
/div
>
<
/div
>
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment