<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -234,10 +234,10 @@ Calendar.prototype = {
 
 	addEvent: function() {
 		var self = this;
-		$.each(self.option.events, function() {
-			var td = self.view[self.getKey(this.date)];
+		$.each(self.option.events, function(date, event) {
+			var td = self.view[self.getKey(date)];
 			if (typeof td !== 'undefined') {
-				self.option.callback(td, this);
+				self.option.callback(td, event);
 			}
 		});
 		return this;</diff>
      <filename>jquery.calendar.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>24cb9aca92f768fd8a1f714e05f7c711ed82cf6a</id>
    </parent>
  </parents>
  <author>
    <name>rewish</name>
    <email>rewish.org@gmail.com</email>
  </author>
  <url>http://github.com/rewish/jQuery.calendar/commit/b5858b6a735167e7af7c959ab568f7f457a80e47</url>
  <id>b5858b6a735167e7af7c959ab568f7f457a80e47</id>
  <committed-date>2009-10-30T12:54:27-07:00</committed-date>
  <authored-date>2009-10-30T12:54:27-07:00</authored-date>
  <message>&#12452;&#12505;&#12531;&#12488;&#12398;&#25351;&#23450;&#26041;&#27861;&#12434;&#22793;&#26356;&#12290;hash&#12398;&#12461;&#12540;&#12391;&#26085;&#20184;&#12434;&#25351;&#23450;&#12290;</message>
  <tree>3f53612ce6183549e5aca2c3f318eec186855056</tree>
  <committer>
    <name>rewish</name>
    <email>rewish.org@gmail.com</email>
  </committer>
</commit>
