branch | 3.5 |
changeset 3120 | 57ceabc6dfbc |
parent 3103 | 1d09765ee720 |
parent 3104 | 8881e45f55e3 |
child 3784 | 2465ef6aef5f |
--- a/web/data/cubicweb.ajax.js Tue Sep 08 15:59:20 2009 +0200 +++ b/web/data/cubicweb.ajax.js Tue Sep 08 16:00:14 2009 +0200 @@ -392,7 +392,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);