web/data/cubicweb.ajax.js
changeset 8349 fdb796435d7b
parent 8260 5a81fa526b30
parent 8332 e7c008ebef74
child 8412 09432a572a44
--- a/web/data/cubicweb.ajax.js	Thu Mar 29 14:20:41 2012 +0200
+++ b/web/data/cubicweb.ajax.js	Tue Apr 10 17:03:19 2012 +0200
@@ -372,7 +372,7 @@
 /**
  * .. function:: loadRemote(url, form, reqtype='GET', sync=false)
  *
- * Asynchronously (unless `async` argument is set to false) load an url or path
+ * Asynchronously (unless `sync` argument is set to true) load an url or path
  * and return a deferred whose callbacks args are decoded according to the
  * Content-Type response header. `form` should be additional form params
  * dictionary, `reqtype` the HTTP request type (get 'GET' or 'POST').