fix compilation bug CodePad

This commit is contained in:
mrsang 2021-04-21 12:44:43 +02:00
parent 190c2fd346
commit cda5ff741e
3 changed files with 3 additions and 3 deletions

View File

@ -24,9 +24,9 @@
"name": "ts-compile", "name": "ts-compile",
"data": { "data": {
"src": [ "src": [
"ts/ACEModel.ts", "ts/main.ts",
"ts/BaseEditorModel.ts", "ts/BaseEditorModel.ts",
"ts/main.ts" "ts/ACEModel.ts"
], ],
"dest": "build/debug/main.js" "dest": "build/debug/main.js"
} }

File diff suppressed because one or more lines are too long

Binary file not shown.