Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Fix KDListItemView::getItemDataId behavior #42

Merged
merged 2 commits into from
Jun 13, 2014

Conversation

usirin
Copy link
Member

@usirin usirin commented Jun 12, 2014

The problem was it was when there is an id of 0 it was trying to do

undefined || 0 || undefined // returns 'undefined'

result of this those items with the id of 0 would't to be added to KDListViewController::itemsIndexed.

This MR fixes that behavior.

sinan added a commit that referenced this pull request Jun 13, 2014
Fix KDListItemView::getItemDataId behavior
@sinan sinan merged commit af860cc into master.listview Jun 13, 2014
@sinan sinan deleted the master.listview.itemviewfix branch June 13, 2014 01:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants