mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
Fix missing function getEditorSkinColorList()
This commit is contained in:
parent
b5e9cd9343
commit
82fa67be5b
1 changed files with 3 additions and 1 deletions
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue