Upgrade to ExtJS 3.1.1 - Released 02/08/2010
[extjs.git] / examples / ux / LockingGridView.js
index cda7a47..0015561 100644 (file)
@@ -1,6 +1,6 @@
 /*!
- * Ext JS Library 3.1.0
- * 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
  */
@@ -301,7 +301,7 @@ Ext.ux.grid.LockingGridView = Ext.extend(Ext.grid.GridView, {
             if(!skipStripe){\r
                 row.className = row.className.replace(this.rowClsRe, ' ');\r
                 lrow.className = lrow.className.replace(this.rowClsRe, ' ');\r
-                if ((idx + 1) % 2 === 0){\r
+                if ((i + 1) % 2 === 0){\r
                     row.className += ' x-grid3-row-alt';\r
                     lrow.className += ' x-grid3-row-alt';\r
                 }\r