# HG changeset patch # User Atul Varma # Date 1239812275 25200 # Node ID 7fff33e9786bebf5060531bd300c803c3bf5eebf # Parent f36a50a6042c00a86a44c7196ceee1b396a654dd Linked to web worker script file in docs. diff -r f36a50a6042c -r 7fff33e9786b js/browser-couch.js --- a/js/browser-couch.js Wed Apr 15 09:10:37 2009 -0700 +++ b/js/browser-couch.js Wed Apr 15 09:17:55 2009 -0700 @@ -120,6 +120,9 @@ // for its implementation, allowing the client to take advantage of // multiple processor cores and potentially decouple the map-reduce // calculation from the user interface. +// +// The script run by spawned Web Workers is +// [[#js/worker-map-reducer.js|worker-map-reducer.js]]. function WebWorkerMapReducer(numWorkers, Worker) { if (!Worker)