Change the Container.findByName function
This patch changes the signature and implementation of the function; returning the item makes more sense (saves a lookup later again in the container, and applying idx is cheap), and the previous implementation was ugly.
Loading
Please register or sign in to comment