Added color picker in create palette popup

This commit is contained in:
jdescottes
2014-09-04 00:22:02 +02:00
parent 073f46b0d7
commit 7d9f8a8ccf
14 changed files with 254 additions and 45 deletions

View File

@@ -102,7 +102,7 @@
};
ns.PalettesListController.prototype.onCreatePaletteClick_ = function (evt) {
$.publish(Events.DIALOG_DISPLAY, 'create-palette');
$.publish(Events.DIALOG_DISPLAY, 'create-palette-method');
};
ns.PalettesListController.prototype.onColorContainerContextMenu = function (event) {