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:
commit
ad236021c5
@ -2878,6 +2878,9 @@ EasyMDE.prototype.value = function (val) {
|
||||
}
|
||||
};
|
||||
|
||||
EasyMDE.prototype.addBinding = function(name, method) {
|
||||
bindings[name] = method;
|
||||
};
|
||||
|
||||
/**
|
||||
* Bind static methods for exports.
|
||||
|
Loading…
x
Reference in New Issue
Block a user