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

Jifty commits jifty-commit at lists.jifty.org
Sat Mar 15 05:06:07 EDT 2008


Author: clkao
Date: Sat Mar 15 05:05:50 2008
New Revision: 5218

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

Log:
Fix a typo in r5217.

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	Sat Mar 15 05:05:50 2008
@@ -777,7 +777,7 @@
 
     handleEnter: function(event) {
         // DEPRECATED: use Jifty.Form.Element.handleEnter instead
-        return Jifty.Form.Element.handleEnter(element);
+        return Jifty.Form.Element.handleEnter(event);
     }
 
 });


More information about the Jifty-commit mailing list