mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
fix(load) ajax xhr.send: p.data -> data
This commit is contained in:
parent
64023c89e3
commit
617f22b0d7
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ var Util, DOM;
|
|||
}
|
||||
});
|
||||
|
||||
xhr.send(p.data);
|
||||
xhr.send(data);
|
||||
};
|
||||
|
||||
load.ext = function(src, func) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue