Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(react-core): implement dependencies support for PluginContainer #237

Merged

Conversation

gsobolev
Copy link
Contributor

@gsobolev gsobolev commented Aug 2, 2017

No description provided.

return aPosition.length - bPosition.length;
};

export const insertWithSorting = (newItem, array) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slightly strange API. Typically we specify the array to work with in the first parameter. What do you think?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking in the way "insert something somewhere". But I can change this in order to stay consistent with other methods.

@gsobolev gsobolev merged commit 6ef3be6 into DevExpress:master Aug 2, 2017
@gsobolev gsobolev deleted the plugin-container-dependencies-support branch August 2, 2017 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants