pull/565/merge
Sam Bennett 4 months ago committed by GitHub
commit 5ef89019f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save