Skip to content

Commit

Permalink
Revert "Added autoPanMapOnSelection to recenter the map by clicking a…
Browse files Browse the repository at this point in the history
… feature within the grid"

This reverts commit c5270d1.
  • Loading branch information
Christian Mayer committed May 11, 2012
1 parent b10763a commit 65a77c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/app/simple/app/view/summit/Grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Ext.define('GX.view.summit.Grid' ,{
})
]
});
this.getSelectionModel().autoPanMapOnSelection = true;
this.callParent(arguments);
// store singleton selection model instance
GX.view.summit.Grid.selectionModel = this.getSelectionModel();
Expand Down

0 comments on commit 65a77c4

Please sign in to comment.