fix sorting
Review Request #204 — Created Jan. 24, 2008 and submitted
Allows grid to be sorted again by not nuking the map created in __init__. 11665 introduced the line in question, which was fine because it re-populated the map; then 11671 removed all the code that re-populated the map but not this line.