Skip to content

Commit

Permalink
Update src/event.js
Browse files Browse the repository at this point in the history
Co-authored-by: Philippe Rivière <fil@rezo.net>
  • Loading branch information
woutervh- and Fil committed Aug 25, 2020
1 parent 256b692 commit 0b63ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event.js
Expand Up @@ -10,7 +10,7 @@ export default function BrushEvent(type, {
sourceEvent: {value: sourceEvent, enumerable: true, configurable: true},
target: {value: target, enumerable: true, configurable: true},
selection: {value: selection, enumerable: true, configurable: true},
mode: {value: mode, enenumerable: true, configurable: true},
mode: {value: mode, enumerable: true, configurable: true},
_: {value: dispatch}
});
}

0 comments on commit 0b63ae6

Please sign in to comment.