[Lada-commits] [PATCH 2 of 2] Fixed syntax
Wald Commits
scm-commit at wald.intevation.org
Thu Aug 15 17:00:18 CEST 2013
# HG changeset patch
# User Torsten Irländer <torsten.irlaender at intevation.de>
# Date 1376578728 -7200
# Node ID d0f5be50aed5846b4291f331fc1ad4832b7e08cd
# Parent 3bed0373cf50bd4e109ef74804bb8895154ffc7e
Fixed syntax
diff -r 3bed0373cf50 -r d0f5be50aed5 app/view/proben/List.js
--- a/app/view/proben/List.js Thu Aug 15 16:58:38 2013 +0200
+++ b/app/view/proben/List.js Thu Aug 15 16:58:48 2013 +0200
@@ -54,11 +54,11 @@
* @parameter {Array} List of cols to show in the Grid.
*/
setupColumns: function(cols) {
- var rcols = []
+ var rcols = [];
rcols.push({header: 'RW', dataIndex: 'readonly', width: 30, renderer: render_readonly});
for (var i = cols.length - 1; i >= 0; i--){
rcols.push(cols[i]);
- };
+ }
this.reconfigure(this.store, rcols);
}
});
More information about the Lada-commits
mailing list