fix(dropbox) load

This commit is contained in:
coderaiser 2014-05-29 02:49:39 -04:00
parent 663f3588b2
commit 45cc2bd967

View file

@ -42,8 +42,8 @@ var CloudCmd, Util, DOM, CloudFunc, Dropbox, cb, Client;
};
DOM.load.js(src, {
onload : onload,
error : onError
onload : onLoad,
onerror : onError
});
}