[Jifty-commit] r7379 - jifty/trunk/share/web/static/js

Jifty commits jifty-commit at lists.jifty.org
Thu Aug 13 21:36:29 EDT 2009


Author: sartak
Date: Thu Aug 13 21:36:25 2009
New Revision: 7379

Modified:
   jifty/trunk/share/web/static/js/jifty.js

Log:
Document and set the preload option to Jifty.update

Modified: jifty/trunk/share/web/static/js/jifty.js
==============================================================================
--- jifty/trunk/share/web/static/js/jifty.js	(original)
+++ jifty/trunk/share/web/static/js/jifty.js	Thu Aug 13 21:36:25 2009
@@ -1084,6 +1084,7 @@
 //        the hash keys for 'action_arguments' are the values of the 'actions' array
 //  - 'continuation' is ??? Please document me
 //  - 'hide_wait_message' for when you don't want to see it
+//  - 'preload' this request is preloading regions
 //  - 'headers' is a hash of headers to send in this request
 //  - 'fragments' is an array of hashes, which may have:
 //     - 'region' is the name of the region to update
@@ -1518,6 +1519,7 @@
 
         Jifty.update({
             hide_wait_message: 1,
+            preload: 1,
             actions: [],
             fragments: [fragment],
             headers: {


More information about the Jifty-commit mailing list