Skip to content

Commit

Permalink
updated manifesto and manifold
Browse files Browse the repository at this point in the history
  • Loading branch information
edsilv committed Sep 30, 2018
1 parent f256ed2 commit 0662593
Show file tree
Hide file tree
Showing 5 changed files with 117 additions and 50 deletions.
2 changes: 1 addition & 1 deletion examples
Submodule examples updated 3 files
+6 −0 manifests.json
+ uv.zip
+15 −15 uv/uv.js
139 changes: 94 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"typescript": "2.7.2"
},
"dependencies": {
"@iiif/manifold": "1.2.35",
"@iiif/manifold": "1.2.36",
"@types/modernizr": "3.2.29",
"@types/requirejs": "2.1.28",
"@types/three": "0.84.20",
Expand All @@ -82,7 +82,7 @@
"jquery-ui-touch-punch": "0.2.3",
"jsviews": "0.9.83",
"key-codes": "github:edsilv/key-codes#v0.0.7",
"manifesto.js": "3.0.7",
"manifesto.js": "3.0.9",
"mediaelement": "4.0.2",
"opencollective": "1.0.3",
"openseadragon": "2.2.1",
Expand Down
8 changes: 7 additions & 1 deletion src/lib/manifesto.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// manifesto v3.0.7 https://github.com/iiif-commons/manifesto
// manifesto v3.0.9 https://github.com/iiif-commons/manifesto
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.manifesto = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
(function (global){

Expand Down Expand Up @@ -3381,6 +3381,12 @@ var Manifesto;
}
return null;
};
AnnotationBody.prototype.getWidth = function () {
return this.getProperty('width');
};
AnnotationBody.prototype.getHeight = function () {
return this.getProperty('height');
};
return AnnotationBody;
}(Manifesto.ManifestResource));
Manifesto.AnnotationBody = AnnotationBody;
Expand Down
Loading

0 comments on commit 0662593

Please sign in to comment.