Fix comment in ItemProgress.prototype.setIcon (#1591)

This commit is contained in:
Philipp Zumstein 2018-10-27 09:26:16 +02:00 committed by Dan Stillman
parent 8d61e30a93
commit 8fdccb828f

View file

@ -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+"')";