Skip to content

Commit 5acf33b

Browse files
committed
Fix google drive upload script not expose object correctly
1 parent b081302 commit 5acf33b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

public/js/google-drive-upload.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,5 +265,4 @@ MediaUploader.prototype.buildUrl_ = function(id, params, baseUrl) {
265265
return url;
266266
};
267267

268-
269-
268+
window.MediaUploader = MediaUploader;

0 commit comments

Comments
 (0)