Commit 927fe32f authored by yann300's avatar yann300

remove comments

parent 3e3e35ea
......@@ -20,17 +20,9 @@ function setTheme (cb) {
}
setTheme((path, theme) => {
// require(path + theme)
require('brace/theme/tomorrow_night_blue')
})
// editor.setTheme(styleguide.aceTheme) ==> where styleguide.aceTheme is 'ace/theme/tomorrow_night_blue'
// var themeIs = 'brace/theme/' + styles.appProperties.aceTheme
// var themeIs = 'brace/theme/' + 'tomorrow_night_blue'
// console.log(themeIs)
// require(`${themeIs}`)
// require('brace/theme/tomorrow_night_blue')
var css = csjs`
.ace-editor {
background-color : ${styles.editor.backgroundColor_Editor};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment