mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-12-22 11:55:30 +00:00
Fixed initial value problem with Optimized AST mode
This commit is contained in:
parent
19c83811ee
commit
f9e0d252d9
@ -27,7 +27,7 @@ codeAstOptimized.setOptions({
|
||||
})
|
||||
codeAstOptimized.renderer.$cursorLayer.element.style.opacity=0;
|
||||
|
||||
$('#opt_mode').val(localStorage.getItem('optimazationMode'));
|
||||
$('#opt_mode').val(localStorage.getItem('optimazationMode') || 'all');
|
||||
$('#opt_rules').val(localStorage.getItem('optimazationRules'));
|
||||
|
||||
function generateErrorListHTML(errors) {
|
||||
|
Loading…
Reference in New Issue
Block a user