manifesto.js
Advanced tools
Comparing version
@@ -314,2 +314,5 @@ "use strict"; | ||
var target = resourceAnnotation.getProperty("target"); | ||
if (!on || !target) { | ||
return undefined; | ||
} | ||
var fragmentMatch = (on || target).match(/xywh=(.*)$/); | ||
@@ -316,0 +319,0 @@ if (!fragmentMatch) |
@@ -309,2 +309,5 @@ var __extends = (this && this.__extends) || (function () { | ||
var target = resourceAnnotation.getProperty("target"); | ||
if (!on || !target) { | ||
return undefined; | ||
} | ||
var fragmentMatch = (on || target).match(/xywh=(.*)$/); | ||
@@ -311,0 +314,0 @@ if (!fragmentMatch) |
{ | ||
"name": "manifesto.js", | ||
"version": "4.2.16", | ||
"version": "4.2.17", | ||
"description": "IIIF Presentation API utility library for client and server", | ||
@@ -5,0 +5,0 @@ "main": "./dist-commonjs/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
37957037
0310733
0