Changeset be160b9 in github


Ignore:
Timestamp:
May 8, 2012 6:13:22 AM (14 months ago)
Author:
Aleksander Machniak <alec@…>
Branches:
release-0.8
Children:
75d9d85
Parents:
60d9c79
git-author:
thomascube <thomas@…> (05/04/12 06:06:37)
git-committer:
Aleksander Machniak <alec@…> (05/08/12 06:13:22)
Message:

Fix multi-threaded autocompletion when number of threads > number of sources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/js/app.js

    ra9c1b87 rbe160b9  
    37973797    for (i=0; i<threads; i++) { 
    37983798      source = this.ksearch_data.sources.shift(); 
    3799       if (threads > 1 && source === null) 
     3799      if (threads > 1 && source === undefined) 
    38003800        break; 
    38013801 
Note: See TracChangeset for help on using the changeset viewer.