Upgrade to ExtJS 3.1.1 - Released 02/08/2010
[extjs.git] / examples / dd / field-to-grid-dd.js
index 4719efe..933bc52 100644 (file)
@@ -1,6 +1,6 @@
 /*!
- * Ext JS Library 3.0.3
- * Copyright(c) 2006-2009 Ext JS, LLC
+ * Ext JS Library 3.1.1
+ * Copyright(c) 2006-2010 Ext JS, LLC
  * licensing@extjs.com
  * http://www.extjs.com/license
  */
@@ -43,7 +43,7 @@ Ext.ux.CellFieldDropZone = Ext.extend(Ext.dd.DropZone, {
                     node: t,\r
                     record: this.store.getAt(rowIndex),\r
                     fieldName: this.grid.getColumnModel().getDataIndex(columnIndex)\r
-                }\r
+                };\r
             }\r
         }\r
     },\r