From f6f588b101906b5ac539bcbb7b3cd3ea07fc4432 Mon Sep 17 00:00:00 2001
From: Peter Kooijmans
Date: Thu, 31 Jul 2014 12:29:26 +0200
Subject: [PATCH] Add loadZoneDataFromObject function.
---
timezone-js/timezone-js.d.ts | 1 +
1 file changed, 1 insertion(+)
diff --git a/timezone-js/timezone-js.d.ts b/timezone-js/timezone-js.d.ts
index ecf7d9e48..9aca2738e 100644
--- a/timezone-js/timezone-js.d.ts
+++ b/timezone-js/timezone-js.d.ts
@@ -75,6 +75,7 @@ declare module "timezone-js" {
transport(opts: TimezoneJsOptions): any;
init(opts?: TimezoneJsOptions): any;
getAllZones(): string[];
+ loadZoneDataFromObject(obj: Object): void;
}
export interface TimezoneJsOptions {