Automatically bound change handler returns true to play nice with other change handlers that might be bound.

This commit is contained in:
Nathan Gray 2013-12-04 19:52:51 +00:00
parent 7d9d146241
commit 834dbe886b

View File

@ -1937,6 +1937,8 @@ var et2_nextmatch_header_bar = et2_DOMWidget.extend(et2_INextmatchHeader,
// Filter now
header.nextmatch.applyFilters(value[header.nextmatch.id]);
}
// In case this gets bound twice, it's important to return
return true;
};
// Set activeFilters to current value