# HG changeset patch # User veltr # Date 1346259355 -7200 # Node ID 9698ad710824c38d1f8945613c318c8616d521bd # Parent 1f9e30f0fa3cf0c23dfef9af11f0e165b41c92df Bugfix diff -r 1f9e30f0fa3c -r 9698ad710824 src/js/model.js --- 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) {