[Jifty-commit] r1534 - in jifty/trunk: share/web/static/js

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Jul 11 22:52:34 EDT 2006


Author: trs
Date: Tue Jul 11 22:52:32 2006
New Revision: 1534

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/share/web/static/js/jifty.js

Log:
 r14174 at zot:  tom | 2006-07-11 22:52:03 -0400
 Trailing commas in Perl are good.  In Javascript, they aren't, and sometimes cause IE to barf (like this one).


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	Tue Jul 11 22:52:32 2006
@@ -837,7 +837,7 @@
         minChars: "0",
         beforeShow: this.beforeShow,
         beforeHide: this.beforeHide,
-        frequency: 0.1,
+        frequency: 0.1
     });
   },
 


More information about the Jifty-commit mailing list