calendar-tools
Advanced tools
Comparing version 0.2.7 to 0.2.8
0.2.8 / 2011-12-20 | ||
================== | ||
* fix bugs cause methods names | ||
0.2.7 / 2011-12-20 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -14,3 +14,3 @@ | ||
exports.version = '0.2.7'; | ||
exports.version = '0.2.8'; | ||
@@ -17,0 +17,0 @@ /** |
@@ -387,7 +387,7 @@ /*! | ||
_date.parsefromTZID = function (v) { | ||
_date.parseFromTZID = function (v) { | ||
var parts = v.match(/TZID=([^:]+):(\d+)T(\d+)/); | ||
if (!parts) return; | ||
var date = parseDate.fromWeirdISOFormat(parts[2] + 'T' + parts[3], parts[1]); | ||
var date = _date.parseFromWeirdISOFormat(parts[2] + 'T' + parts[3], parts[1]); | ||
@@ -394,0 +394,0 @@ // debug: TZID parsed with date %s, date |
{ | ||
"name": "calendar-tools" | ||
, "version": "0.2.7" | ||
, "version": "0.2.8" | ||
, "description": "Calendar object model" | ||
@@ -5,0 +5,0 @@ , "keywords": ["calendar", "google calendar", "fullCalendar", "recurring events", "icalendar", "rfc2445"] |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
499592