mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-02 09:01:14 +08:00
Fixed issue with noImplicitAny
This commit is contained in:
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 {
|
||||
|
||||
Reference in New Issue
Block a user