nuxeo-development-framework 1.3.5 → 1.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19405,7 +19405,7 @@
19405
19405
  forceClientSideInit: true,
19406
19406
  streaming: true,
19407
19407
  licenseKey: this.environment.pdftronLicenceKey,
19408
- annotationUser: this.nuxeo.nuxeoClient.user.properties.firstName + '' + this.nuxeo.nuxeoClient.user.properties.lastName,
19408
+ annotationUser: this.nuxeo.nuxeoClient.user.properties.firstName + ' ' + this.nuxeo.nuxeoClient.user.properties.lastName,
19409
19409
  disabledElements: ['downloadButton', 'printButton'],
19410
19410
  }, this.viewerRef.nativeElement).then(function (instance) { return __awaiter(_this, void 0, void 0, function () {
19411
19411
  return __generator(this, function (_a) {