X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=unfold%2Fpage.py;h=86f9c08804a47ee6e3895eca5bbbc9c79695b658;hb=0d61ae092a128d92545788f4ee5ec56d47f8c535;hp=54d3309b8d687269ec59ed10c10d5d808194335c;hpb=6f7396c98fb300a7f4309ba42a6cfc7581a3a77d;p=unfold.git diff --git a/unfold/page.py b/unfold/page.py index 54d3309b..86f9c088 100644 --- a/unfold/page.py +++ b/unfold/page.py @@ -49,7 +49,7 @@ class Page: # this method adds a query to the page # the query will be exposed to js when calling expose_queries - # additionally if exec is set to True, this query will be asynchroneously triggered on page load + # additionally if run_it is set to True, this query will be asynchroneously triggered on page load # in this case (exec=True) the js async callback (see manifold.asynchroneous_success) # offers the option to deliver the result to a specific DOM elt (in this case, set domid) # otherwise (i.e. if domid not provided), it goes through the pubsub system (so all plugins can receive it)