Fix missing function getEditorSkinColorList()

This commit is contained in:
Kijin Sung 2025-05-22 20:08:47 +09:00
parent b5e9cd9343
commit 82fa67be5b

View file

@ -1,5 +1,7 @@
"use strict"; "use strict";
function getEditorSkinColorList() { }
(function($) { (function($) {
$(function() { $(function() {
$('.editor_skin_selector').on('change', function() { $('.editor_skin_selector').on('change', function() {
@ -18,4 +20,4 @@
} }
}); });
}); });
})(jQuery); })(jQuery);