/*!
- * Ext JS Library 3.0.0
+ * Ext JS Library 3.1.0
* Copyright(c) 2006-2009 Ext JS, LLC
* licensing@extjs.com
* http://www.extjs.com/license
* implemented by descendant classes. This class should not be directly instantiated.\r
* @constructor\r
*/\r
-Ext.grid.AbstractSelectionModel = function(){\r
- this.locked = false;\r
- Ext.grid.AbstractSelectionModel.superclass.constructor.call(this);\r
-};\r
-\r
-Ext.extend(Ext.grid.AbstractSelectionModel, Ext.util.Observable, {\r
+Ext.grid.AbstractSelectionModel = Ext.extend(Ext.util.Observable, {\r
/**\r
* The GridPanel for which this SelectionModel is handling selection. Read-only.\r
* @type Object\r
* @property grid\r
*/\r
+ \r
+ constructor : function(){\r
+ this.locked = false;\r
+ Ext.grid.AbstractSelectionModel.superclass.constructor.call(this);\r
+ },\r
\r
/** @ignore Called by the grid automatically. Do not call directly. */\r
init : function(grid){\r