Skip to content

Commit

Permalink
Added stop event.
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderlee committed May 21, 2015
1 parent 091f57f commit f2ea4eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ <h2>Events</h2>
select: function(event, color) {
addToEventLog('Select', color.formatted);
},
stop: function(event, color) {
addToEventLog('Stop', color.formatted);
},
close: function(event, color) {
addToEventLog('Close', color.formatted + ' r:' + color.rgb.r + ' g:' + color.rgb.g + ' b:' + color.rgb.b + ' a:' + color.a);
},
Expand Down

0 comments on commit f2ea4eb

Please sign in to comment.