Changeset be160b9 in github
- Timestamp:
- May 8, 2012 6:13:22 AM (14 months ago)
- 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)
- File:
-
- 1 edited
-
program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
ra9c1b87 rbe160b9 3797 3797 for (i=0; i<threads; i++) { 3798 3798 source = this.ksearch_data.sources.shift(); 3799 if (threads > 1 && source === null)3799 if (threads > 1 && source === undefined) 3800 3800 break; 3801 3801
Note: See TracChangeset
for help on using the changeset viewer.
