Bugfix new-model
authorveltr
Wed, 29 Aug 2012 18:55:55 +0200
branchnew-model
changeset 940 9698ad710824
parent 939 1f9e30f0fa3c
child 941 1e64e46a954f
Bugfix
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) {