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
90032a8c
Unverified
Commit
90032a8c
authored
Jul 02, 2018
by
yann300
Committed by
GitHub
Jul 02, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1385 from ethereum/commitreorg
Commits reorganisation
parents
fd691845
1aeacf50
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
compile-tab.js
src/app/tabs/compile-tab.js
+4
-4
No files found.
src/app/tabs/compile-tab.js
View file @
90032a8c
...
@@ -204,6 +204,10 @@ module.exports = class CompileTab {
...
@@ -204,6 +204,10 @@ module.exports = class CompileTab {
}
}
function
updateAutoCompile
(
event
)
{
self
.
_opts
.
config
.
set
(
'autoCompile'
,
self
.
_view
.
autoCompile
.
checked
)
}
function
updateAutoCompile
(
event
)
{
self
.
_opts
.
config
.
set
(
'autoCompile'
,
self
.
_view
.
autoCompile
.
checked
)
}
function
compile
(
event
)
{
self
.
_api
.
runCompiler
()
}
function
compile
(
event
)
{
self
.
_api
.
runCompiler
()
}
function
hideWarnings
(
event
)
{
self
.
_opts
.
config
.
set
(
'hideWarnings'
,
self
.
_view
.
hideWarningsBox
.
checked
)
self
.
_api
.
runCompiler
()
}
function
getContractProperty
(
property
)
{
function
getContractProperty
(
property
)
{
const
select
=
self
.
_view
.
contractNames
const
select
=
self
.
_view
.
contractNames
if
(
select
.
children
.
length
>
0
&&
select
.
selectedIndex
>=
0
)
{
if
(
select
.
children
.
length
>
0
&&
select
.
selectedIndex
>=
0
)
{
...
@@ -234,10 +238,6 @@ module.exports = class CompileTab {
...
@@ -234,10 +238,6 @@ module.exports = class CompileTab {
function
copyBytecode
()
{
function
copyBytecode
()
{
copyContractProperty
(
'bytecode'
)
copyContractProperty
(
'bytecode'
)
}
}
function
hideWarnings
(
event
)
{
self
.
_opts
.
config
.
set
(
'hideWarnings'
,
self
.
_view
.
hideWarningsBox
.
checked
)
self
.
_api
.
runCompiler
()
}
function
details
()
{
function
details
()
{
const
select
=
self
.
_view
.
contractNames
const
select
=
self
.
_view
.
contractNames
if
(
select
.
children
.
length
>
0
&&
select
.
selectedIndex
>=
0
)
{
if
(
select
.
children
.
length
>
0
&&
select
.
selectedIndex
>=
0
)
{
...
...
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