<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>firebug-ujs.xpi</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -43,11 +43,13 @@ if ( FirebugUJS == null ) {
         if (event_function.the_function != null)
           event_function = event_function.the_function;
         
-        console.log('FirebugUJS: ' + event_type + ' event bound to element: ' + element);
+        // console.log('FirebugUJS: ' + event_type + ' event bound to element: ' + element);
 
-        // console.log('FirebugUJS: ' + event_type + ' event bound to element: ' );
-        // console.log( element );
-        // console.log('');
+        // because i don't currently have a way to show *all* of the events on the current 
+        // page, i'm logging each element (so you can hover over it in Firebug to see it)
+        console.log('FirebugUJS: ' + event_type + ' event bound to element: ' );
+        console.log( element );
+        console.log('');
 
         if ( element.getAttribute('ujs') == null )
           element.setAttribute('ujs', '');</diff>
      <filename>firebug-ujs/chrome/firebugUJS/FirebugUJS.client-side.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>30396b1332c3543a774491a2d129a0090365c4ec</id>
    </parent>
  </parents>
  <author>
    <name>remi</name>
    <email>remi@remitaylor.com</email>
  </author>
  <url>http://github.com/remi/firebug-ujs/commit/a379cc81b28eb6afae24555a44964ae60198dea6</url>
  <id>a379cc81b28eb6afae24555a44964ae60198dea6</id>
  <committed-date>2009-01-14T19:37:54-08:00</committed-date>
  <authored-date>2009-01-14T19:37:54-08:00</authored-date>
  <message>re-packaged .xpi &amp; went back to logging the elements with bound events to the Firebug console (to make it easier to see all of the elements with events ... for now)</message>
  <tree>1cd986ae49bbfc16184b358dbee7063069d21844</tree>
  <committer>
    <name>remi</name>
    <email>remi@remitaylor.com</email>
  </committer>
</commit>
