lint compliance

This commit is contained in:
yflory 2020-06-04 11:49:46 +02:00
parent 03e6c8dacc
commit 55c4345e9e

View File

@ -415,7 +415,7 @@ define([
};
var mkFilePicker = function (framework, editor) {
framework.setMediaTagEmbedder(function (mt, data) {
framework.setMediaTagEmbedder(function (mt) {
editor.replaceSelection($(mt)[0].outerHTML);
});
};