FYI

========================================================================
http://mondrian.corp.google.com/file/9481047///depot/googleclient/gears/opensource/gears/test/testcases/workerpool_tests.js?a=3
File 
//depot/googleclient/gears/opensource/gears/test/testcases/workerpool_tests.js 
(snapshot 3)
------------------------------------
Line 43: NUM_WORKERS = 5;
confusing that you're reassigning a 'constant'.

Perhaps

var NUM_WORKERS = isWince ? 5 : 10;

instead (and below), so you're only only assigning once.
========================================================================

-- 
To respond, reply to this email or visit http://mondrian.corp.google.com/9481047

Reply via email to