Changeset 6143 in subversion
- Timestamp:
- May 4, 2012 6:06:37 AM (13 months ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/app.js
r6135 r6143 3813 3813 for (i=0; i<threads; i++) { 3814 3814 source = this.ksearch_data.sources.shift(); 3815 if (threads > 1 && source === null)3815 if (threads > 1 && source === undefined) 3816 3816 break; 3817 3817
Note: See TracChangeset
for help on using the changeset viewer.
