lint compliance

pull/1/head
yflory 2020-06-04 11:49:46 +02:00
parent 03e6c8dacc
commit 55c4345e9e
1 changed files with 1 additions and 1 deletions

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);
});
};