[Jifty-commit] r5113 - in apps/CASPlus/trunk: share/web/static/js

Jifty commits jifty-commit at lists.jifty.org
Thu Feb 14 17:10:27 EST 2008


Author: sterling
Date: Thu Feb 14 17:10:26 2008
New Revision: 5113

Modified:
   apps/CASPlus/trunk/   (props changed)
   apps/CASPlus/trunk/share/web/static/js/app_behaviour.js

Log:
 r15319 at riddle:  andrew | 2008-02-14 16:09:40 -0600
 Removed extra comma that causes syntax errors on IE.


Modified: apps/CASPlus/trunk/share/web/static/js/app_behaviour.js
==============================================================================
--- apps/CASPlus/trunk/share/web/static/js/app_behaviour.js	(original)
+++ apps/CASPlus/trunk/share/web/static/js/app_behaviour.js	Thu Feb 14 17:10:26 2008
@@ -36,5 +36,5 @@
 
             update_referenced_key_column(this, referenced_key);
         };
-    },
+    }
 });


More information about the Jifty-commit mailing list