ical.js-one.com
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -90,6 +90,2 @@ /* This Source Code Form is subject to the terms of the Mozilla Public | ||
findChangeNumToUse: function findChangeNumToUse(tt) { | ||
if (this == ICAL.Timezone.utcTimezone || this == ICAL.Timezone.localTimezone) { | ||
return 0; | ||
} | ||
this._ensureCoverage(tt.year); | ||
@@ -160,2 +156,6 @@ | ||
utcOffset: function utcOffset(tt) { | ||
if (this == ICAL.Timezone.utcTimezone || this == ICAL.Timezone.localTimezone) { | ||
return 0; | ||
} | ||
// This is duplicated, and it seems that tt could just be used in the below, but just to be safe: | ||
@@ -162,0 +162,0 @@ var tt_change = { |
{ | ||
"name": "ical.js-one.com", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": "", | ||
@@ -5,0 +5,0 @@ "description": "", |
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