[Jifty-commit] r4735 - jifty/branches/jquery/share/web/static/js

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Dec 18 12:03:13 EST 2007


Author: gugod
Date: Tue Dec 18 12:03:06 2007
New Revision: 4735

Modified:
   jifty/branches/jquery/share/web/static/js/jifty.js

Log:
Update that comment. Explicitly list the proper values for 'mode'
there, instead of refering it to Prototype.


Modified: jifty/branches/jquery/share/web/static/js/jifty.js
==============================================================================
--- jifty/branches/jquery/share/web/static/js/jifty.js	(original)
+++ jifty/branches/jquery/share/web/static/js/jifty.js	Tue Dec 18 12:03:06 2007
@@ -1009,7 +1009,7 @@
 //     - 'args' is a hash of arguments to override
 //     - 'path' is the path of the fragment (if this is a new fragment)
 //     - 'element' is the CSS selector of the element to update, if 'region' isn't supplied
-//     - 'mode' is one of 'Replace', or the name of a Prototype Insertion
+//     - 'mode' is one of 'Replace', 'Top', 'Bottom', 'Before', or 'After'
 //     - 'effect' is the name of a Prototype Effect
 Jifty.update = function () {
     // loads


More information about the Jifty-commit mailing list