mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
Update jquerymobile.d.ts
Added missing fields to the ParsedPath interface.
This commit is contained in:
parent
6f3946e020
commit
e6be909842
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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user