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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Jul 20 13:25:05 EDT 2006


Author: trs
Date: Thu Jul 20 13:25:05 2006
New Revision: 1627

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

Log:
 r14592 at zot:  tom | 2006-07-20 13:24:52 -0400
 Trailing commas are not good for JS in Safari


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 Jul 20 13:25:05 2006
@@ -374,7 +374,7 @@
             extras.push(e);
         }
         return extras;
-    },
+    }
 
 });
 
@@ -948,7 +948,7 @@
 
   onFocus: function() {
      Jifty.Placeholder.clearPlaceholder(this.element);
-  },
+  }
 
 });
 


More information about the Jifty-commit mailing list