fix(load) ajax xhr.send: p.data -> data

This commit is contained in:
coderaiser 2014-06-15 14:20:39 -04:00
parent 64023c89e3
commit 617f22b0d7

View file

@ -221,7 +221,7 @@ var Util, DOM;
}
});
xhr.send(p.data);
xhr.send(data);
};
load.ext = function(src, func) {