web/data/cubicweb.ajax.js
branchstable
changeset 3104 8881e45f55e3
parent 3102 f2c4da6b008d
child 3120 57ceabc6dfbc
--- a/web/data/cubicweb.ajax.js	Thu Sep 03 14:07:02 2009 +0200
+++ b/web/data/cubicweb.ajax.js	Thu Sep 03 14:17:12 2009 +0200
@@ -387,7 +387,9 @@
     return stripped;
 }
 
-/* convenience function that returns a DOM node based on req's result. */
+/* convenience function that returns a DOM node based on req's result.
+ * XXX clarify the need to clone
+ * */
 function getDomFromResponse(response) {
     if (typeof(response) == 'string') {
 	var doc = html2dom(response);