diff options
Diffstat (limited to 'share/www')
-rw-r--r-- | share/www/script/test/show_documents.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/test/show_documents.js b/share/www/script/test/show_documents.js index 8a1edd2d..a1138596 100644 --- a/share/www/script/test/show_documents.js +++ b/share/www/script/test/show_documents.js @@ -112,7 +112,7 @@ couchTests.show_documents = function(debug) { // 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.node.@foo = doc.word'); + eval('xml.node.@foo = doc.word'); return { body: xml }; |