2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-06-27 13:11:01 -06:00

Merge 5612108008556697bd95fb2d4fc1c4e8bd653818 into 2996b67ec95ec69000ee03ccaee4fcca26cfc701

This commit is contained in:
Sam Bennett 2025-05-05 06:30:08 +00:00 committed by GitHub
commit ad236021c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2878,6 +2878,9 @@ EasyMDE.prototype.value = function (val) {
}
};
EasyMDE.prototype.addBinding = function(name, method) {
bindings[name] = method;
};
/**
* Bind static methods for exports.