Skip to content

Commit bb75412

Browse files
committed
Merge pull request DefinitelyTyped#4285 from coldacid/jsuri
jsuri: need to declare global Uri as type instead of var
2 parents 4ecef19 + 2863587 commit bb75412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsuri/jsuri.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ declare module jsuri {
132132
}
133133
}
134134

135-
declare var Uri : jsuri.Uri;
135+
declare type Uri = jsuri.Uri;
136136

137137
declare module 'jsuri' {
138138
export = Uri;

0 commit comments

Comments
 (0)