Fix comment in ItemProgress.prototype.setIcon (#1591)
This commit is contained in:
parent
8d61e30a93
commit
8fdccb828f
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ Zotero.ProgressWindow = function(options = {}) {
|
|||
|
||||
/**
|
||||
* Sets the icon for this item.
|
||||
* @param {Integer} percent A percentage from 0 to 100.
|
||||
* @param {String} iconSrc
|
||||
*/
|
||||
this.ItemProgress.prototype.setIcon = _deferUntilWindowLoad(function(iconSrc) {
|
||||
this._image.style.backgroundImage = "url('"+iconSrc+"')";
|
||||
|
|
Loading…
Reference in a new issue