From 57962b4f05cfb501ec7ee78a655a9ab67d353ca4 Mon Sep 17 00:00:00 2001 From: Mardaneus86 Date: Fri, 27 Jun 2014 10:39:55 +0200 Subject: [PATCH] Added baseUrl method to Jquery Address Jquery Address is missing a few static methods according to the documentation (http://www.asual.com/jquery/address/docs/). --- jquery.address/jquery.address.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jquery.address/jquery.address.d.ts b/jquery.address/jquery.address.d.ts index 59f534eff5..b85cf84930 100644 --- a/jquery.address/jquery.address.d.ts +++ b/jquery.address/jquery.address.d.ts @@ -16,7 +16,8 @@ interface JQueryAddressStatic { externalChange(eventhandler: Function): void; parameter(name: string, value?: string): string; value(): string; - history(value: boolean): void; + history(value: boolean): void; + baseUrl(): string; } interface JQueryAddress {