Jasper St. Pierre 2298ca8283 appDisplay: Move from instanceof-testing to polymorphic duck typing
Instead of having _compareItems, _getItemId, etc. on the view to
pull out info about items, use the AppIcon / FolderIcon items we
create as a place to track this additional info. We now require
that these items have a '.id' property for deduplication, and a
'.name' property to sort by.
2013-12-16 13:28:14 -05:00
..
2013-12-16 12:44:22 -05:00
2013-11-04 11:50:20 -05:00