<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -357,11 +357,13 @@ Calendar.prototype = {
 
 	setPreloadEvent: function(number) {
 		var type = number === 1 ? 'next' : 'prev';
-		try {
-			if (typeof this.preloadEvents[type] === 'object') {
-				this.option.events = this.preloadEvents[type];
-			}
-		} catch(e) {}
+		if (typeof this.preloadEvents[type] === 'object') {
+			return this.option.events = this.preloadEvents[type];
+		}
+		if (typeof this.preloadEvents === 'object') {
+			return this.option.events = this.preloadEvents;
+		}
+		return this.option.events = {};
 	}
 };
 </diff>
      <filename>jquery.calendar.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>db3d5ce194314d98e71f8bff4929df55b81f5000</id>
    </parent>
  </parents>
  <author>
    <name>rewish</name>
    <email>rewish.org@gmail.com</email>
  </author>
  <url>http://github.com/rewish/jQuery.calendar/commit/7ffb927222f048da573c57dc5f345275a84958d2</url>
  <id>7ffb927222f048da573c57dc5f345275a84958d2</id>
  <committed-date>2009-11-03T22:30:57-08:00</committed-date>
  <authored-date>2009-11-03T22:30:57-08:00</authored-date>
  <message>preloadEvent&#12398;&#25147;&#12426;&#20516;&#12395;&#36890;&#24120;&#36890;&#12426;&#12398;&#24418;&#24335;&#12418;&#25351;&#23450;&#20986;&#26469;&#12427;&#12424;&#12358;&#12395;&#12375;&#12383;&#12290;</message>
  <tree>04ddc0a2203ef7942c028531913f90a8b08e380d</tree>
  <committer>
    <name>rewish</name>
    <email>rewish.org@gmail.com</email>
  </committer>
</commit>
