Commit 200b4939 authored by yann300's avatar yann300

fix default parameters

parent 3b53bb39
......@@ -18,9 +18,9 @@ const profile = {
}
const defaultAppParameters = {
'hideWarnings': () => false,
'autoCompile': () => false,
'includeNightlies': () => false
hideWarnings: false,
autoCompile: false,
includeNightlies: false
}
const defaultCompilerParameters = {
......
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