Fix SaveAs import

This commit is contained in:
Andrew Henry 2018-11-23 15:13:53 -08:00
parent 2dcff00fa7
commit cabc410e0a

View File

@ -32,7 +32,7 @@ define([
{
key: "exportService",
implementation: function () {
return new ExportService(saveAs);
return new ExportService(saveAs.saveAs);
}
}
],