[js] fix name error
authorFlorent Cayré <florent.cayre@logilab.fr>
Thu, 12 Jun 2014 09:59:55 +0200
changeset 9887 152c09c2f0ed
parent 9886 1b26289217a3
child 9888 5b48dcc02be1
[js] fix name error
web/data/cubicweb.edition.js
--- a/web/data/cubicweb.edition.js	Tue Jun 03 12:37:54 2014 +0200
+++ b/web/data/cubicweb.edition.js	Thu Jun 12 09:59:55 2014 +0200
@@ -328,7 +328,7 @@
         _postAjaxLoad(dom);
     });
     d.addErrback(function(xxx) {
-        log('xxx =', xxx);
+        cw.log('xxx =', xxx);
     });
 }