# HG changeset patch # User Sylvain Thénault # Date 1332756820 -7200 # Node ID e7c008ebef744ec17f958481bd80ae4bde5241f9 # Parent fada118921d6acdd9d5edc72cf436748c3b9eeb2 [js] fix error in loadRemote docstring diff -r fada118921d6 -r e7c008ebef74 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').