Skip to content

Commit 8a8df9f

Browse files
author
Stefan Sträßer
committed
Update README.md
1 parent 8c066e5 commit 8a8df9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ jsPanel.create({
6969
contentSize: "600 350",
7070
contentAjax: {
7171
url: '../path/to/the/resource',
72-
done: function(panel) {
72+
done: function(xhr, panel) {
7373
// the keyword "this" inside the function refers to the XMLHttpRequest object
7474
},
75-
fail: function(panel) {
75+
fail: function(xhr, panel) {
7676
//the keyword "this" inside the function refers to the XMLHttpRequest object
7777
}
7878
},

0 commit comments

Comments
 (0)