Changeset 41852
- Timestamp:
- 10/13/2017 04:33:26 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/code-editor.js
r41385 r41852 25 25 onUpdateErrorNotice: function() {} 26 26 }; 27 28 /**29 * All instances of code editors.30 *31 * @since 4.9.032 * @type {Array.<CodeEditorInstance>}33 */34 wp.codeEditor.instances = [];35 27 36 28 /** … … 252 244 codemirror: codemirror 253 245 }; 254 255 // Keep track of the instances that have been created.256 wp.codeEditor.instances.push( instance );257 246 258 247 if ( codemirror.showHint ) {
Note: See TracChangeset
for help on using the changeset viewer.