prepare refactor compileTab to class

pull/3094/head
serapath 7 years ago
parent e4a21daee1
commit efde154f02
  1. 6
      src/app/tabs/compile-tab.js

@ -13,6 +13,10 @@ var publishOnSwarm = require('../contract/publishOnSwarm')
var styles = styleGuide.chooser()
var x = {
compileTab: 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>`
@ -316,7 +320,7 @@ function detailsHelpSection () {
}
}
module.exports = compileTab
module.exports = x.compileTab
const css = csjs`
.compileTabView {

Loading…
Cancel
Save