alecpl
2011-02-15 ab0b51a1fef87bcc643c3aaf2e635c811b28ccd8
program/js/list.js
@@ -3,7 +3,7 @@
 | Roundcube List Widget                                                 |
 |                                                                       |
 | This file is part of the Roundcube Webmail client                     |
 | Copyright (C) 2006-2009, Roundcube Dev, - Switzerland                 |
 | Copyright (C) 2006-2009, The Roundcube Dev Team                       |
 | Licensed under the GNU GPL                                            |
 |                                                                       |
 +-----------------------------------------------------------------------+
@@ -58,7 +58,7 @@
  this.row_init = function(){};
  // overwrite default paramaters
  if (p && typeof(p) == 'object')
  if (p && typeof p === 'object')
    for (var n in p)
      this[n] = p[n];
};