prepare refactor compileTab to class indentation

pull/3094/head
serapath 7 years ago
parent efde154f02
commit 414e4bff94
  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>`
@ -301,6 +298,7 @@ function compileTab (appAPI = {}, appEvents = {}, opts = {}) {
return el
}
return { render () { return el } }
}
}
function detailsHelpSection () {

Loading…
Cancel
Save