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

ListView: compare removeItem data argument by data path option #36

Merged
merged 1 commit into from
Jun 3, 2014

Conversation

szkl
Copy link
Member

@szkl szkl commented Jun 3, 2014

No description provided.

# fix it w/ indexOf
for item, i in @items
if itemInstance is item or itemData is item.getData()
if itemInstance is item or itemData[dataPath] is item.getData()[dataPath]
Copy link
Member

Choose a reason for hiding this comment

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

if itemInstance is item or itemData[dataPath] is item.getData()?[dataPath]

sinan added a commit that referenced this pull request Jun 3, 2014
ListView: compare `removeItem` data argument by data path option
@sinan sinan merged commit a6e4637 into master.listview Jun 3, 2014
@sinan sinan deleted the master.listview.removeitem branch June 3, 2014 02:53
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