Merge "Fix invalid HTML produced by DownloadIcon"

This commit is contained in:
jenkins-bot 2018-11-06 22:37:54 +00:00 committed by Gerrit Code Review
commit 10eaabbeeb

View file

@ -106,7 +106,6 @@
this.options.name = GLYPH; this.options.name = GLYPH;
this.render(); this.render();
}, },
isTemplateMode: false,
/** /**
* onClick handler for button that invokes print function * onClick handler for button that invokes print function
* @memberof DownloadIcon * @memberof DownloadIcon