19 lines
302 B
JavaScript
19 lines
302 B
JavaScript
/*
|
|
global CodeMirror loadScript
|
|
global editor ownTabId
|
|
global messageBox
|
|
*/
|
|
'use strict';
|
|
|
|
onDOMscriptReady('/codemirror.js').then(() => {
|
|
|
|
|
|
////////////////////////////////////////////////
|
|
|
|
////////////////////////////////////////////////
|
|
|
|
////////////////////////////////////////////////
|
|
|
|
|
|
});
|