We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4514815 commit 07a8403Copy full SHA for 07a8403
python-main.js
@@ -120,8 +120,8 @@ See the comments in-line for more information.
120
function web_editor(config) {
121
'use strict';
122
123
- // Instance of the pythonEditor object (the ACE text editor wrapper)
124
- var EDITOR = pythonEditor('editor');
+ // Global (useful for testing) instance of the ACE wrapper object
+ window.EDITOR = pythonEditor('editor');
125
126
// Indicates if there are unsaved changes to the content of the editor.
127
var dirty = false;
0 commit comments