
var color_picker = {};
color_picker.select_action = [];

/**
 * Set the default bahavior
 */
color_picker.select_action.defaults = ['updateColorPreview']; //functions to run when a date is picked


/**
 * custom settings for elements
 * calendar.select_action.<element_id> = ['<function_name>', '<function_name>', ...];
 */
