[pLog-svn] r5722 - plog/trunk/js/ui

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Jul 25 10:24:46 EDT 2007


Author: oscar
Date: 2007-07-25 10:24:46 -0400 (Wed, 25 Jul 2007)
New Revision: 5722

Modified:
   plog/trunk/js/ui/ui.js
Log:
Fixed a typo


Modified: plog/trunk/js/ui/ui.js
===================================================================
--- plog/trunk/js/ui/ui.js	2007-07-25 13:26:42 UTC (rev 5721)
+++ plog/trunk/js/ui/ui.js	2007-07-25 14:24:46 UTC (rev 5722)
@@ -78,7 +78,7 @@
 				Lifetype.Dom.$( 'list' ).innerHTML = o.responseText;
 
 				// fire the 'dataLoaded' in case somebody else wants to do so some post-processing of the data
-				Lifetype.UI.AjaxPager.Events.dataLoaded.fire( e );
+				Lifetype.UI.AjaxPager.Events.dataLoaded.fire( el );
 			}
 		}
 	);
@@ -123,4 +123,4 @@
 Lifetype.Helpers.stripTags = function( str )
 {	
   return( str.replace(/<\/?[^>]+>/gi, ''));
-}
\ No newline at end of file
+}



More information about the pLog-svn mailing list