Skip to content

Commit

Permalink
feat: Rename notifications' center property to menuCenter.
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Rename notifications' `center` property to `menuCenter`.
  • Loading branch information
QuentinRoy committed Aug 2, 2017
1 parent 3547121 commit e683d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const exportNotification = n => ({
position: n.position ? n.position.slice() : undefined,
active: n.active,
selection: n.selection,
center: n.center ? n.center.slice() : undefined,
menuCenter: n.center ? n.center.slice() : undefined,
timeStamp: n.timeStamp
});

Expand Down

0 comments on commit e683d0f

Please sign in to comment.