mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Fixed issue with noImplicitAny
This commit is contained in:
parent
4df797ddbc
commit
1be250fdbe
2
jquerymobile/jquerymobile.d.ts
vendored
2
jquerymobile/jquerymobile.d.ts
vendored
@ -307,7 +307,7 @@ interface JQueryMobilePath {
|
||||
isRelativeUrl(url: string): boolean;
|
||||
makeUrlAbsolute(relUrl: string, absUrl: string): string;
|
||||
parseLocation(): ParsedPath;
|
||||
parseUrl(url): ParsedPath;
|
||||
parseUrl(url: string): ParsedPath;
|
||||
}
|
||||
|
||||
interface ParsedPath {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user