Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Valums committed Oct 18, 2010
1 parent 41113fa commit 461068d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/fileuploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ qq.FileUploader = function(o){

this._element = this._options.element;
this._element.innerHTML = this._options.template;
this._listElement = this._options._listElement || this._find(this._element, 'list');
this._listElement = this._options.listElement || this._find(this._element, 'list');

this._classes = this._options.classes;

Expand Down

0 comments on commit 461068d

Please sign in to comment.