Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
74e1fe68
Commit
74e1fe68
authored
Jan 16, 2020
by
Aniket-Engg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Header font consistency
parent
2e4f1285
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
MemoryPanel.js
src/app/tabs/debugger/debuggerUI/vmDebugger/MemoryPanel.js
+1
-1
StackPanel.js
src/app/tabs/debugger/debuggerUI/vmDebugger/StackPanel.js
+1
-1
No files found.
src/app/tabs/debugger/debuggerUI/vmDebugger/MemoryPanel.js
View file @
74e1fe68
...
@@ -15,7 +15,7 @@ MemoryPanel.prototype.update = function (calldata) {
...
@@ -15,7 +15,7 @@ MemoryPanel.prototype.update = function (calldata) {
}
}
MemoryPanel
.
prototype
.
render
=
function
()
{
MemoryPanel
.
prototype
.
render
=
function
()
{
return
yo
`<div id="memorypanel"
class="text-monospace small"
>
${
this
.
basicPanel
.
render
()}
</div>`
return
yo
`<div id="memorypanel">
${
this
.
basicPanel
.
render
()}
</div>`
}
}
module
.
exports
=
MemoryPanel
module
.
exports
=
MemoryPanel
src/app/tabs/debugger/debuggerUI/vmDebugger/StackPanel.js
View file @
74e1fe68
...
@@ -11,7 +11,7 @@ StackPanel.prototype.update = function (calldata) {
...
@@ -11,7 +11,7 @@ StackPanel.prototype.update = function (calldata) {
}
}
StackPanel
.
prototype
.
render
=
function
()
{
StackPanel
.
prototype
.
render
=
function
()
{
return
yo
`<div id="stackpanel"
class="text-monospace small"
>
${
this
.
basicPanel
.
render
()}
</div>`
return
yo
`<div id="stackpanel">
${
this
.
basicPanel
.
render
()}
</div>`
}
}
module
.
exports
=
StackPanel
module
.
exports
=
StackPanel
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