thomascube
2010-09-29 5371dc78899b7a4c409a4db7e5775726012c8ef2
Correct JS syntax

1 files modified
2 ■■■ changed files
program/js/list.js 2 ●●● patch | view | raw | blame | history
program/js/list.js
@@ -862,7 +862,7 @@
  // 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;