Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -153,7 +153,7 @@ | @@ -153,7 +153,7 @@ | ||
| 153 | enableBasicAutocompletion: true, | 153 | enableBasicAutocompletion: true, |
| 154 | enableLiveAutocompletion: true, | 154 | enableLiveAutocompletion: true, |
| 155 | }); | 155 | }); |
| 156 | - aceEditor.value.setValue(); | 156 | + // aceEditor.value.setValue(); |
| 157 | beautify(aceEditor.value.session); | 157 | beautify(aceEditor.value.session); |
| 158 | // scriptForm.convertJs = aceEditor.value.getValue(); | 158 | // scriptForm.convertJs = aceEditor.value.getValue(); |
| 159 | }; | 159 | }; |