Merge pull request #301 from NativeScript/jasssonpet/fix-cuteness

Remove class override of ListViewCell
This commit is contained in:
Hristo Hristov
2015-06-10 11:56:16 +03:00

View File

@@ -23,9 +23,6 @@ class ListViewCell extends UITableViewCell {
static new(): ListViewCell {
return <ListViewCell>super.new();
}
static class(): any {
return ListViewCell;
}
}
function notifyForItemAtIndex(listView: definition.ListView, cell: any, eventName: string, indexPath: NSIndexPath) {