[js] fix error in loadRemote docstring stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 26 Mar 2012 12:13:40 +0200
branchstable
changeset 8332 e7c008ebef74
parent 8331 fada118921d6
child 8333 baa3ea5eac2b
[js] fix error in loadRemote docstring
web/data/cubicweb.ajax.js
--- 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').