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
de880cc9
Commit
de880cc9
authored
Sep 08, 2018
by
Iuri Matias
Committed by
yann300
Nov 13, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unneded params
parent
17a1ca1e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
VmDebugger.js
src/app/debugger/debuggerUI/VmDebugger.js
+1
-1
StoragePanel.js
src/app/debugger/debuggerUI/vmDebugger/StoragePanel.js
+0
-3
No files found.
src/app/debugger/debuggerUI/VmDebugger.js
View file @
de880cc9
...
...
@@ -101,7 +101,7 @@ function VmDebugger (_parentUI, _traceManager, _codeManager, _solidityProxy, _ca
})
})
this
.
storagePanel
=
new
StoragePanel
(
_parentUI
,
_traceManager
)
this
.
storagePanel
=
new
StoragePanel
()
_parentUI
.
event
.
register
(
'indexChanged'
,
this
,
function
(
index
)
{
if
(
index
<
0
)
return
if
(
_parentUI
.
currentStepIndex
!==
index
)
return
...
...
src/app/debugger/debuggerUI/vmDebugger/StoragePanel.js
View file @
de880cc9
...
...
@@ -3,9 +3,6 @@ var DropdownPanel = require('./DropdownPanel')
var
yo
=
require
(
'yo-yo'
)
function
StoragePanel
(
_parent
,
_traceManager
)
{
this
.
parent
=
_parent
this
.
storageResolver
=
null
this
.
traceManager
=
_traceManager
this
.
basicPanel
=
new
DropdownPanel
(
'Storage'
,
{
json
:
true
})
}
...
...
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