added/fixed headers t-z

https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
Bartvds
2014-01-24 02:59:02 +01:00
parent fae93966ad
commit d436daf4c2
18 changed files with 56 additions and 26 deletions
+5 -3
View File
@@ -1,6 +1,8 @@
// URI.js
// Type definitions for URI.js
// Project: https://github.com/medialize/URI.js
// Definitions by: https://github.com/RodneyJT
// Definitions by: RodneyJT <https://github.com/RodneyJT>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../jquery/jquery.d.ts" />
interface URIOptions {
@@ -181,4 +183,4 @@ declare class URI {
interface JQuery {
uri(): URI;
}
}