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
68c1fba1
Commit
68c1fba1
authored
Feb 27, 2019
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove old styleguide
parent
8f422fd5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
compilerContainer.js
src/app/tabs/compileTab/compilerContainer.js
+0
-3
No files found.
src/app/tabs/compileTab/compilerContainer.js
View file @
68c1fba1
...
@@ -4,8 +4,6 @@ var minixhr = require('minixhr')
...
@@ -4,8 +4,6 @@ var minixhr = require('minixhr')
var
helper
=
require
(
'../../../lib/helper'
)
var
helper
=
require
(
'../../../lib/helper'
)
const
addTooltip
=
require
(
'../../ui/tooltip'
)
const
addTooltip
=
require
(
'../../ui/tooltip'
)
const
styleGuide
=
require
(
'../../ui/styles-guide/theme-chooser'
)
const
styles
=
styleGuide
.
chooser
()
var
css
=
require
(
'../styles/compile-tab-styles'
)
var
css
=
require
(
'../styles/compile-tab-styles'
)
class
CompilerContainer
{
class
CompilerContainer
{
...
@@ -82,7 +80,6 @@ class CompilerContainer {
...
@@ -82,7 +80,6 @@ class CompilerContainer {
this
.
compileTabLogic
.
compiler
.
event
.
register
(
'compilationFinished'
,
(
success
,
data
,
source
)
=>
{
this
.
compileTabLogic
.
compiler
.
event
.
register
(
'compilationFinished'
,
(
success
,
data
,
source
)
=>
{
if
(
!
this
.
_view
.
compileIcon
)
return
if
(
!
this
.
_view
.
compileIcon
)
return
this
.
_view
.
compileIcon
.
style
.
color
=
styles
.
colors
.
black
this
.
_view
.
compileIcon
.
classList
.
remove
(
`
${
css
.
spinningIcon
}
`
)
this
.
_view
.
compileIcon
.
classList
.
remove
(
`
${
css
.
spinningIcon
}
`
)
this
.
_view
.
compileIcon
.
classList
.
remove
(
`
${
css
.
bouncingIcon
}
`
)
this
.
_view
.
compileIcon
.
classList
.
remove
(
`
${
css
.
bouncingIcon
}
`
)
this
.
_view
.
compileIcon
.
setAttribute
(
'title'
,
'idle'
)
this
.
_view
.
compileIcon
.
setAttribute
(
'title'
,
'idle'
)
...
...
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