web/lib/metadataplayer/MultiSegments.js
changeset 51 418a12ee972f
parent 0 7f8907368bd5
equal deleted inserted replaced
50:73ade123e5c1 51:418a12ee972f
     4 
     4 
     5 IriSP.Widgets.MultiSegments.prototype = new IriSP.Widgets.Widget();
     5 IriSP.Widgets.MultiSegments.prototype = new IriSP.Widgets.Widget();
     6 
     6 
     7 IriSP.Widgets.MultiSegments.prototype.defaults = {
     7 IriSP.Widgets.MultiSegments.prototype.defaults = {
     8     annotation_show_arrow: true,
     8     annotation_show_arrow: true,
     9     annotation_start_minimized: true,
     9     annotation_start_minimized: false,
    10     annotation_show_annotation_type: true,
    10     annotation_show_annotation_type: true,
    11     show_all: false
    11     show_all: false
    12 };
    12 };
    13 
    13 
    14 IriSP.Widgets.MultiSegments.prototype.draw = function() {
    14 IriSP.Widgets.MultiSegments.prototype.draw = function() {