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
e60272e7
Commit
e60272e7
authored
May 17, 2018
by
serapath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prepare refactor compileTab to class indentation
parent
2a78b811
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
compile-tab.js
src/app/tabs/compile-tab.js
+2
-4
No files found.
src/app/tabs/compile-tab.js
View file @
e60272e7
...
@@ -14,10 +14,7 @@ var publishOnSwarm = require('../contract/publishOnSwarm')
...
@@ -14,10 +14,7 @@ var publishOnSwarm = require('../contract/publishOnSwarm')
var
styles
=
styleGuide
.
chooser
()
var
styles
=
styleGuide
.
chooser
()
var
x
=
{
var
x
=
{
compileTab
:
compileTab
compileTab
:
function
compileTab
(
appAPI
=
{},
appEvents
=
{},
opts
=
{})
{
}
function
compileTab
(
appAPI
=
{},
appEvents
=
{},
opts
=
{})
{
// Containers
// Containers
var
warnCompilationSlow
=
yo
`<i title="Copy Address" style="display:none" class="
${
css
.
warnCompilationSlow
}
fa fa-exclamation-triangle" aria-hidden="true"></i>`
var
warnCompilationSlow
=
yo
`<i title="Copy Address" style="display:none" class="
${
css
.
warnCompilationSlow
}
fa fa-exclamation-triangle" aria-hidden="true"></i>`
var
compileIcon
=
yo
`<i class="fa fa-refresh
${
css
.
icon
}
" aria-hidden="true"></i>`
var
compileIcon
=
yo
`<i class="fa fa-refresh
${
css
.
icon
}
" aria-hidden="true"></i>`
...
@@ -301,6 +298,7 @@ function compileTab (appAPI = {}, appEvents = {}, opts = {}) {
...
@@ -301,6 +298,7 @@ function compileTab (appAPI = {}, appEvents = {}, opts = {}) {
return
el
return
el
}
}
return
{
render
()
{
return
el
}
}
return
{
render
()
{
return
el
}
}
}
}
}
function
detailsHelpSection
()
{
function
detailsHelpSection
()
{
...
...
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