Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / source / widgets / grid / GridEditor.js
diff --git a/source/widgets/grid/GridEditor.js b/source/widgets/grid/GridEditor.js
deleted file mode 100644 (file)
index 98248fe..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-/*\r
- * Ext JS Library 2.2.1\r
- * Copyright(c) 2006-2009, Ext JS, LLC.\r
- * licensing@extjs.com\r
- * \r
- * http://extjs.com/license\r
- */\r
-\r
-// private\r
-// This is a support class used internally by the Grid components\r
-Ext.grid.GridEditor = function(field, config){\r
-    Ext.grid.GridEditor.superclass.constructor.call(this, field, config);\r
-    field.monitorTab = false;\r
-};\r
-\r
-Ext.extend(Ext.grid.GridEditor, Ext.Editor, {\r
-    alignment: "tl-tl",\r
-    autoSize: "width",\r
-    hideEl : false,\r
-    cls: "x-small-editor x-grid-editor",\r
-    shim:false,\r
-    shadow:false\r
-});
\ No newline at end of file