Changeset 4006 in subversion


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

Correct JS syntax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/js/list.js

    r3989 r4006  
    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.