Notebook Snapshot and Annotate (#2240)

Notebook Snapshots and Annotations from new Browse Bar
This commit is contained in:
Deep Tailor
2018-12-12 18:57:45 -08:00
committed by Andrew Henry
parent c0b7276787
commit 18a94d938f
19 changed files with 306 additions and 967 deletions

View File

@ -137,8 +137,8 @@ define(
* @returns {promise}
*/
ExportImageService.prototype.exportPNGtoSRC = function (element) {
return this.renderElement(element, "png");
ExportImageService.prototype.exportPNGtoSRC = function (element, className) {
return this.renderElement(element, "png", className);
};
/**