web/data/cubicweb.ajax.js
branchstable
changeset 8332 e7c008ebef74
parent 8191 eceaf9e21966
child 8349 fdb796435d7b
--- a/web/data/cubicweb.ajax.js	Wed Mar 28 23:30:19 2012 +0200
+++ b/web/data/cubicweb.ajax.js	Mon Mar 26 12:13:40 2012 +0200
@@ -371,7 +371,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').