calendar-tools
Advanced tools
Comparing version 0.3.0 to 0.3.1
0.3.1 / 2011-12-20 | ||
================== | ||
* fixing name vars errors | ||
0.3.0 / 2011-12-20 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -14,3 +14,3 @@ | ||
exports.version = '0.3.0'; | ||
exports.version = '0.3.1'; | ||
@@ -17,0 +17,0 @@ /** |
@@ -98,3 +98,3 @@ /*! | ||
tz = tz || options.timezone; | ||
var tz = options.timezone; | ||
@@ -146,3 +146,3 @@ // period: DTSTART, DTEND | ||
: ';BYDAY=' + ev.start.getDate() | ||
+ daysMapRecToRFC2445[dayNames[options._start.getDay()]]) | ||
+ daysMapRecToRFC2445[dayNames[options.start.getDay()]]) | ||
: ''); | ||
@@ -149,0 +149,0 @@ break; |
{ | ||
"name": "calendar-tools" | ||
, "version": "0.3.0" | ||
, "version": "0.3.1" | ||
, "description": "Calendar object model" | ||
@@ -5,0 +5,0 @@ , "keywords": ["calendar", "google calendar", "fullCalendar", "recurring events", "icalendar", "rfc2445"] |
499593