Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Support the order property from atom/atom#18773
Browse files Browse the repository at this point in the history
  • Loading branch information
smashwilson committed Feb 1, 2019
1 parent 63149e2 commit 85a9e6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/atom/decoration.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const decorationPropTypes = {
onlyNonEmpty: PropTypes.bool,
omitEmptyLastRow: PropTypes.bool,
position: PropTypes.oneOf(['head', 'tail', 'before', 'after']),
order: PropTypes.number,
avoidOverflow: PropTypes.bool,
gutterName: PropTypes.string,
};
Expand Down

0 comments on commit 85a9e6f

Please sign in to comment.