Skip to content

Commit

Permalink
Merge pull request #83 from dfdan/master
Browse files Browse the repository at this point in the history
fix WADM target.source
  • Loading branch information
cbeer authored Jan 5, 2024
2 parents befe9f5 + 9d28e94 commit d6f9fca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WebAnnotation.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ export default class WebAnnotation {
/** */
source() {
let source = this.canvasId;
if (this.manifest) {
if (this.manifestId) {
source = {
id: this.canvasId,
partOf: {
id: this.manifest.id,
id: this.manifestId,
type: 'Manifest',
},
type: 'Canvas',
Expand Down

0 comments on commit d6f9fca

Please sign in to comment.