Merge pull request #3697 from yamane-takuro-gn/patch-1

fix typo
This commit is contained in:
Masahiro Wakame
2015-02-22 08:51:37 +09:00
+1 -1
View File
@@ -188,7 +188,7 @@ declare module PageJS {
/**
* Query string void of leading ? such as "foo=bar", defaults to "".
*/
queryString: string;
querystring: string;
/**
* The pathname void of query string "/login".
*/