Skip to content

Commit

Permalink
revert cursor state name changes from laser-controls PR for backward …
Browse files Browse the repository at this point in the history
…compatibility
  • Loading branch information
machenmusik committed Jun 23, 2017
1 parent 2756701 commit dfb45b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/cursor.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ var EVENTS = {
};

var STATES = {
FUSING: 'fusing',
HOVERING: 'hovering',
HOVERED: 'hovered'
FUSING: 'cursor-fusing',
HOVERING: 'cursor-hovering',
HOVERED: 'cursor-hovered'
};

/**
Expand Down

0 comments on commit dfb45b5

Please sign in to comment.