Upgrade to ExtJS 3.1.0 - Released 12/16/2009
[extjs.git] / examples / dd / field-to-grid-dd.js
index 4719efe..5b4a772 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * Ext JS Library 3.0.3
+ * Ext JS Library 3.1.0
  * Copyright(c) 2006-2009 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