Changeset 4005 in subversion


Ignore:
Timestamp:
Sep 29, 2010 6:32:07 AM (3 years ago)
Author:
thomasb
Message:

Correct JS syntax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release-0.4.1/program/js/list.js

    r3989 r4005  
    863863  // one row 
    864864  if (id) { 
    865     for (var n=0 in this.selection) 
     865    for (var n in this.selection) 
    866866      if (this.selection[n] == id) { 
    867867        this.selection.splice(n,1); 
Note: See TracChangeset for help on using the changeset viewer.