pull/517/merge
Matthijs Kuiper 6 months ago committed by GitHub
commit a00966917a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2877,6 +2877,12 @@ EasyMDE.prototype.value = function (val) {
}; };
/**
* Expose CodeMirror as static property.
*/
EasyMDE.CodeMirror = CodeMirror;
/** /**
* Bind static methods for exports. * Bind static methods for exports.
*/ */

Loading…
Cancel
Save