We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c066e5 commit 8a8df9fCopy full SHA for 8a8df9f
README.md
@@ -69,10 +69,10 @@ jsPanel.create({
69
contentSize: "600 350",
70
contentAjax: {
71
url: '../path/to/the/resource',
72
- done: function(panel) {
+ done: function(xhr, panel) {
73
// the keyword "this" inside the function refers to the XMLHttpRequest object
74
},
75
- fail: function(panel) {
+ fail: function(xhr, panel) {
76
//the keyword "this" inside the function refers to the XMLHttpRequest object
77
}
78
0 commit comments