| branch | new-model |
| changeset 940 | 9698ad710824 |
| parent 937 | eb3c442cec50 |
| child 957 | 4da0a5740b6c |
--- 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) {