Correct JS syntax

release-0.6
thomascube 14 years ago
parent b44c873152
commit 5371dc7889

@ -862,7 +862,7 @@ clear_selection: function(id)
// one row
if (id) {
for (var n=0 in this.selection)
for (var n in this.selection)
if (this.selection[n] == id) {
this.selection.splice(n,1);
break;

Loading…
Cancel
Save