Add method to allow the adding of custom bindings

pull/565/head
Sam Bennett 7 months ago
parent 35587a9477
commit 5612108008

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

Loading…
Cancel
Save