prepare refactor compileTab to class indentation

pull/1/head
serapath 7 years ago
parent 2a78b8117d
commit e60272e705
  1. 6
      src/app/tabs/compile-tab.js

@ -14,10 +14,7 @@ var publishOnSwarm = require('../contract/publishOnSwarm')
var styles = styleGuide.chooser()
var x = {
compileTab: compileTab
}
function compileTab (appAPI = {}, appEvents = {}, opts = {}) {
compileTab: function compileTab (appAPI = {}, appEvents = {}, opts = {}) {
// Containers
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>`
@ -302,6 +299,7 @@ function compileTab (appAPI = {}, appEvents = {}, opts = {}) {
}
return { render () { return el } }
}
}
function detailsHelpSection () {
return {

Loading…
Cancel
Save