Merge pull request #2847 from luisrudge/patch-1

add reload arguments to pjax reload
This commit is contained in:
Masahiro Wakame
2014-09-24 23:16:39 +09:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ function test_disable() {
}
function test_reload() {
$.pjax.reload();
$.pjax.reload("#pjax-container");
}
function test_defauluts() {
+1 -1
View File
@@ -131,7 +131,7 @@ interface PjaxStatic {
/**
* Reload current page with pjax.
*/
reload(): JQueryXHR;
reload(container: string, options?: PjaxSettings): JQueryXHR;
}
interface JQuerySupport {