thomascube
2010-09-29 cecf83a48d3bde732f5cffacd0499f67ff23254c
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;