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

Jifty commits jifty-commit at lists.jifty.org
Thu Aug 13 22:26:09 EDT 2009


Author: sartak
Date: Thu Aug 13 22:26:09 2009
New Revision: 7398

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

Log:
Typo fix

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 22:26:09 2009
@@ -1526,7 +1526,7 @@
         // Hide the wait message when we're done
         complete: function() {
             // If we want this same region again, don't reuse it from the cache
-            delete Jifty.preloading_regions[ args['preload_key'] ];
+            delete Jifty.preloading_regions[ named_args['preload_key'] ];
 
             if (!hide_wait) {
                 hide_wait_message();


More information about the Jifty-commit mailing list