| author | veltr |
| Wed, 29 Aug 2012 18:55:55 +0200 | |
| branch | new-model |
| changeset 940 | 9698ad710824 |
| parent 939 | 1f9e30f0fa3c |
| child 941 | 1e64e46a954f |
| src/js/model.js | file | annotate | diff | comparison | revisions |
--- a/src/js/model.js Wed Aug 29 18:41:22 2012 +0200 +++ b/src/js/model.js Wed Aug 29 18:55:55 2012 +0200 @@ -578,6 +578,10 @@ return this.annotation.getTags().getTitles(); } +IriSP.Model.MashedAnnotation.prototype.getDuration = function() { + return this.annotation.getDuration(); +} + /* */ IriSP.Model.Mashup = function(_id, _source) {