[Jifty-commit] r967 - in jifty/branches/jifty-jsan: share/web/static/js

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Apr 29 23:15:19 EDT 2006


Author: trs
Date: Sat Apr 29 23:15:18 2006
New Revision: 967

Modified:
   jifty/branches/jifty-jsan/   (props changed)
   jifty/branches/jifty-jsan/share/web/static/js/rico.js

Log:
 r10202 at zot:  tom | 2006-04-29 23:14:57 -0400
 Add a note about the modified Rico and make it a new version


Modified: jifty/branches/jifty-jsan/share/web/static/js/rico.js
==============================================================================
--- jifty/branches/jifty-jsan/share/web/static/js/rico.js	(original)
+++ jifty/branches/jifty-jsan/share/web/static/js/rico.js	Sat Apr 29 23:15:18 2006
@@ -1,3 +1,12 @@
+/*
+ * This is a slightly modified version of Rico which has improved
+ * corner rounding methods that try to take care of preserving padding.
+ * 
+ * Replacing it with a stock Rico probably isn't a good idea unless you
+ * repatch it or don't plan on using any of the corner rounding.
+ *
+ */
+
 /**
   *
   *  Copyright 2005 Sabre Airline Solutions
@@ -16,7 +25,7 @@
 
 //-------------------- rico.js
 var Rico = {
-  Version: '1.1.2',
+  Version: '1.1.2.jifty.r963',
   prototypeVersion: parseFloat(Prototype.Version.split(".")[0] + "." + Prototype.Version.split(".")[1])
 }
 


More information about the Jifty-commit mailing list