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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Aug 30 23:20:47 EDT 2006


Author: alexmv
Date: Wed Aug 30 23:20:47 2006
New Revision: 1903

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

Log:
 r16816 at zoq-fot-pik:  chmrr | 2006-08-30 23:20:09 -0400
  * Add back newlines that got mistakenly eaten


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	Wed Aug 30 23:20:47 2006
@@ -458,7 +458,10 @@
 });
 
 
-/* Regions */ // Keep track of the fragments on the page var fragments = $H(); var Region = Class.create();
+/* Regions */
+// Keep track of the fragments on the page
+var fragments = $H();
+var Region = Class.create();
 Region.prototype = {
     initialize: function(name, args, path, parent) {
         this.name = name;


More information about the Jifty-commit mailing list