Skip to content

Commit 8ca9a10

Browse files
committed
AC-14602:Migrate from TinyMCE to Hugerte.org | Eslint Issue Fix
1 parent 339763e commit 8ca9a10

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/web/mage/adminhtml/wysiwyg/tiny_mce/tinymceAdapter.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -405,16 +405,16 @@ define([
405405
require(['mage/adminhtml/browser'], function () {
406406
MediabrowserUtility.openDialog(wUrl, false, false, typeTitle, {
407407
/**
408-
* Closed.
409-
*/
408+
* Closed.
409+
*/
410410
closed: function () {
411411
frameDialog.show();
412412
jQuery('.tox-hugerte-aux').show();
413-
},
413+
},
414414

415-
targetElementId: self.activeEditor() ? self.activeEditor().id : null
416-
}
417-
);
415+
targetElementId: self.activeEditor() ? self.activeEditor().id : null
416+
}
417+
);
418418
});
419419
},
420420

0 commit comments

Comments
 (0)