Merge branch 'master' into rename-repo-url

This commit is contained in:
vvakame
2016-03-17 21:06:54 +09:00
1140 changed files with 179704 additions and 179635 deletions
+7 -7
View File
@@ -3,7 +3,7 @@
// Definitions by: Daniel Ferreira Monteiro Alves <https://github.com/danfma>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare module purl {
declare namespace purl {
interface ParameterMap {
[parameterName: string]: string;
@@ -16,8 +16,8 @@ declare module purl {
*/
attr(option: string): string;
/**
* The .param() method is used to return the values of querystring parameters.
/**
* The .param() method is used to return the values of querystring parameters.
*/
param(): ParameterMap;
param(parameterName: string): string;
@@ -44,13 +44,13 @@ declare module purl {
}
/**
* Parse the current page URL
* Parse the current page URL
*/
declare function purl(): purl.Url;
/**
* Pass in a URI as a string and parse that
*
/**
* Pass in a URI as a string and parse that
*
* @param someUrl the url to be parsed
*/
declare function purl(someUrl: string): purl.Url;