changeset 35:3f64fb2aadb2

Added a TODO.
author Atul Varma <varmaa@toolness.com>
date Tue, 14 Apr 2009 08:43:20 -0700
parents f0e6614ac3b7
children ca803032d3c4
files browser-couch.js
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/browser-couch.js	Tue Apr 14 02:55:53 2009 -0700
+++ b/browser-couch.js	Tue Apr 14 08:43:20 2009 -0700
@@ -354,6 +354,8 @@
           do {
             var key = mapKeys[i];
             var item = mapDict[key];
+
+            // TODO: The map() method is only available on JS 1.6.
             var keys = item.keys.map(function pairKeyWithDocId(docId) {
                                        return [key, docId];
                                      });