Sha256: 469971141013f0bcc6ea890f68204992e21c8e7f8af37a06286784bc42577962
Contents?: true
Size: 328 Bytes
Versions: 32
Compression:
Stored size: 328 Bytes
Contents
@Mercury.dialogHandlers.backColor = -> @element.find('.picker, .last-picked').on 'click', (event) => color = jQuery(event.target).css('background-color') @element.find('.last-picked').css({background: color}) @button.css({backgroundColor: color}) Mercury.trigger('action', {action: 'backColor', value: color})
Version data entries
32 entries across 32 versions & 3 rubygems