mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
deploy: 8983c59033
This commit is contained in:
parent
40a856c5b3
commit
96a2c518eb
364 changed files with 364 additions and 364 deletions
2
297.js
2
297.js
|
|
@ -1,2 +1,2 @@
|
|||
"use strict";(self.webpackChunkmy_application=self.webpackChunkmy_application||[]).push([[297],{297:(e,o,i)=>{i.r(o),i.d(o,{default:()=>n});const n='var originalModel = monaco.editor.createModel("heLLo world!", "text/plain");\nvar modifiedModel = monaco.editor.createModel("hello orlando!", "text/plain");\n\nvar diffEditor = monaco.editor.createDiffEditor(\n\tdocument.getElementById("container")\n);\ndiffEditor.setModel({\n\toriginal: originalModel,\n\tmodified: modifiedModel,\n});\n'}}]);
|
||||
"use strict";(self.webpackChunkmy_application=self.webpackChunkmy_application||[]).push([[297],{297:(t,o,e)=>{e.r(o),e.d(o,{default:()=>n});const n='const originalModel = monaco.editor.createModel(\n\t/* set from `originalModel`: */ `hello world`,\n\t"text/plain"\n);\nconst modifiedModel = monaco.editor.createModel(\n\t/* set from `modifiedModel`: */ `Hello World!`,\n\t"text/plain"\n);\n\nconst diffEditor = monaco.editor.createDiffEditor(\n\tdocument.getElementById("container"),\n\t{\n\t\toriginalEditable: true,\n\t\tautomaticLayout: true,\n\t}\n);\ndiffEditor.setModel({\n\toriginal: originalModel,\n\tmodified: modifiedModel,\n});\n'}}]);
|
||||
//# sourceMappingURL=297.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue