Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
William Drai committed Jun 17, 2014
1 parent b1a76d4 commit 2498e53
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,8 @@ package org.granite.tide.collections {


public override function get filterFunction():Function {
// filterFunction cannot be null at the same time as sort
// because localIndex is not null and ListCollectionView expects localIndex not null only when sort or filter is active
if (_context && _context.meta_merging)
return noFilter;
return null;
Expand Down

0 comments on commit 2498e53

Please sign in to comment.