mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
Reduce reliance on METADATA
This commit is contained in:
parent
6047f09f96
commit
a7179b0bef
7 changed files with 61 additions and 49 deletions
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<script src="../metadata.js"></script>
|
||||
<script src="dev-setup.js"></script>
|
||||
<script>document.write('<script src="' + METADATA.CORE.path + '/loader.js"><'+'/script>');</script>
|
||||
<script>document.write('<script src="' + RESOLVED_CORE_PATH + '/loader.js"><'+'/script>');</script>
|
||||
<script>
|
||||
loadEditor(function() {
|
||||
monaco.editor.create(document.getElementById('Editor'), {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue