Casing wrong in initial commit

Fixed the casing of URL
This commit is contained in:
Mardaneus86
2014-06-27 10:41:46 +02:00
parent 57962b4f05
commit f5c2cf232c
+1 -1
View File
@@ -17,7 +17,7 @@ interface JQueryAddressStatic {
parameter(name: string, value?: string): string;
value(): string;
history(value: boolean): void;
baseUrl(): string;
baseURL(): string;
}
interface JQueryAddress {