Author: jan
Date: Sat Nov 21 15:13:59 2009
New Revision: 882922
URL: http://svn.apache.org/viewvc?rev=882922&view=rev
Log:
complete backport of COUCHDB-288
Modified:
couchdb/tags/0.9.2/share/www/script/test/show_documents.js
Modified: couchdb/tags/0.9.2/share/www/script/test/show_documents.js
URL:
http://svn.apache.org/viewvc/couchdb/tags/0.9.2/share/www/script/test/show_documents.js?rev=882922&r1=882921&r2=882922&view=diff
==============================================================================
--- couchdb/tags/0.9.2/share/www/script/test/show_documents.js (original)
+++ couchdb/tags/0.9.2/share/www/script/test/show_documents.js Sat Nov 21
15:13:59 2009
@@ -110,7 +110,7 @@
// Becase Safari can't stand to see that dastardly
// E4X outside of a string. Outside of tests you
// can just use E4X literals.
- this.eval('xml.no...@foo = doc.word');
+ eval('xml.no...@foo = doc.word');
return {
body: xml
};