Fix google drive upload script not expose object correctly
This commit is contained in:
parent
b081302f3d
commit
5acf33b16b
1 changed files with 1 additions and 2 deletions
|
@ -265,5 +265,4 @@ MediaUploader.prototype.buildUrl_ = function(id, params, baseUrl) {
|
||||||
return url;
|
return url;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
window.MediaUploader = MediaUploader;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue