airbnb / infinity

UITableViews for the web (DEPRECATED)
http://airbnb.io/infinity/
Other
2.8k stars 281 forks source link

ListView.append() can't accept ListItem #36

Open zxcat opened 11 years ago

zxcat commented 11 years ago

The docs say it can, but the first line if(!obj || !obj.length) return null; cause break if ListItem passed.