mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
Update jquerymobile.d.ts
Added missing fields to the ParsedPath interface.
This commit is contained in:
10
jquerymobile/jquerymobile.d.ts
vendored
10
jquerymobile/jquerymobile.d.ts
vendored
@@ -335,17 +335,25 @@ interface JQueryMobilePath {
|
||||
}
|
||||
|
||||
interface ParsedPath {
|
||||
authority: string;
|
||||
directory: string;
|
||||
domain: string;
|
||||
doubleSlash: string;
|
||||
filename: string;
|
||||
hash: string;
|
||||
host: string;
|
||||
hostname: string;
|
||||
href: string;
|
||||
hrefNoHash: string;
|
||||
hrefNoSearch: string;
|
||||
password: string;
|
||||
pathname: string;
|
||||
port: string;
|
||||
protocol: string;
|
||||
search: string;
|
||||
username: string;
|
||||
}
|
||||
|
||||
|
||||
interface JQueryMobile extends JQueryMobileOptions {
|
||||
|
||||
version: string;
|
||||
|
||||
Reference in New Issue
Block a user