Skip to content

Commit

Permalink
issue #44 fileuploader.js semicolon added
Browse files Browse the repository at this point in the history
  • Loading branch information
akate committed Aug 7, 2011
1 parent 92c9322 commit c73047a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scripts/fileuploader.js
Expand Up @@ -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, {
/**
Expand Down

0 comments on commit c73047a

Please sign in to comment.