Skip to content
Snippets Groups Projects
Commit c73047af authored by Kate Arzamastseva's avatar Kate Arzamastseva
Browse files

issue #44 fileuploader.js semicolon added

parent 92c93223
No related branches found
No related tags found
No related merge requests found
......@@ -1136,7 +1136,7 @@ qq.UploadHandlerXhr.isSupported = function(){
};
// @inherits qq.UploadHandlerAbstract
qq.extend(qq.UploadHandlerXhr.prototype, qq.UploadHandlerAbstract.prototype)
qq.extend(qq.UploadHandlerXhr.prototype, qq.UploadHandlerAbstract.prototype);
qq.extend(qq.UploadHandlerXhr.prototype, {
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment