Move palette editor to settings panel

This commit is contained in:
Nick O'Leary
2017-05-03 11:37:42 +01:00
parent ccfcbe8526
commit 93ef84f495
7 changed files with 58 additions and 66 deletions

View File

@@ -91,6 +91,9 @@
} else {
this.resultCount.text(val).show();
}
},
change: function() {
this._trigger("change");
}
});
})(jQuery);